Partager via


ViewItem.IsDescendantOf, méthode (Visual)

Obtient une valeur qui indique si l'objet visuel est un descendant de l'objet visuel spécifié.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public MustOverride Function IsDescendantOf ( _
    ancestor As Visual _
) As Boolean
public abstract bool IsDescendantOf(
    Visual ancestor
)
public:
virtual bool IsDescendantOf(
    Visual^ ancestor
) abstract
abstract IsDescendantOf : 
        ancestor:Visual -> bool 
public abstract function IsDescendantOf(
    ancestor : Visual
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si le Visual est un descendant de ancestor ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ViewItem Classe

IsDescendantOf, surcharge

Microsoft.Windows.Design.Interaction, espace de noms