Share via


NSTableView.ColumnForView(NSView) Method

Definition

[Foundation.Export("columnForView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr ColumnForView(AppKit.NSView view);
[<Foundation.Export("columnForView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ColumnForView : AppKit.NSView -> nativeint
override this.ColumnForView : AppKit.NSView -> nativeint

Parameters

view
NSView

Returns

IntPtr

nativeint

Attributes

Applies to