共用方式為


UIView.IsDescendantOfView(UIView) 方法

定義

如果 UIViewthis 位於 檢視階層中, view 則傳 true 回 。

[Foundation.Export("isDescendantOfView:")]
public virtual bool IsDescendantOfView (UIKit.UIView view);
abstract member IsDescendantOfView : UIKit.UIView -> bool
override this.IsDescendantOfView : UIKit.UIView -> bool

參數

view
UIView

UIView,可能是 的 thisUIView 上階。

傳回

true如果 與 相同 this ,則傳 view 回 ,如果 view 是 的上階, this 則傳回 。

屬性

備註

UIView如果檢視相同,或 view 可以重複擷取 屬性,則為另一 view 個的 Superview 子系。 這相當於指定 thisUIView 位於 檢視階層中的 view

適用於