Share via


UIView.IsDescendantOfView(UIView) Method

Definition

[Foundation.Export("isDescendantOfView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsDescendantOfView(UIKit.UIView view);
[<Foundation.Export("isDescendantOfView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsDescendantOfView : UIKit.UIView -> bool
override this.IsDescendantOfView : UIKit.UIView -> bool

Parameters

view
UIView

Returns

Attributes

Applies to