Compartilhar via


UIView.IsDescendantOfView(UIView) Método

Definição

Retorna true se thisUIView estiver na viewhierarquia de exibição do .

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

Parâmetros

view
UIView

O UIView que pode ser um ancestral de thisUIView.

Retornos

Retornará true se o view for o mesmo que this ou se o view for um ancestral de this.

Atributos

Comentários

Um UIView é descendente de outro view se os modos de exibição forem iguais ou se o view puder ser alcançado recuperando repetidamente a Superview propriedade. Isso é o equivalente a especificar que thisUIView está na viewhierarquia de exibição do .

Aplica-se a