Condividi tramite


Metodo ViewItem.IsDescendantOf (Visual)

Ottiene un valore che indica se l'oggetto visivo è un discendente dell'oggetto visivo specificato.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
true se Visual è un discendente di ancestor. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ViewItem Classe

Overload IsDescendantOf

Spazio dei nomi Microsoft.Windows.Design.Interaction