Share via


NSOutlineView.GetParent(NSObject) Method

Definition

[Foundation.Export("parentForItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject GetParent(Foundation.NSObject? item);
[<Foundation.Export("parentForItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetParent : Foundation.NSObject -> Foundation.NSObject
override this.GetParent : Foundation.NSObject -> Foundation.NSObject

Parameters

item
NSObject

Returns

Attributes

Applies to