Share via


NSView.AncestorSharedWithView(NSView) Method

Definition

[Foundation.Export("ancestorSharedWithView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView? AncestorSharedWithView(AppKit.NSView aView);
[<Foundation.Export("ancestorSharedWithView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AncestorSharedWithView : AppKit.NSView -> AppKit.NSView
override this.AncestorSharedWithView : AppKit.NSView -> AppKit.NSView

Parameters

aView
NSView

Returns

Attributes

Applies to