Udostępnij za pośrednictwem


Metoda ShapeElement.IsDescendantOf —

Sprawdza, czy kształt jest potomkiem innego kształtu.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Diagrams
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Składnia

'Deklaracja
Public Function IsDescendantOf ( _
    potentialAncestor As ShapeElement _
) As Boolean
public bool IsDescendantOf(
    ShapeElement potentialAncestor
)

Parametry

Wartość zwracana

Typ: System.Boolean
wartość true, jeśli kształt jest potomkiem innego kształtu; w przeciwnym razie wartość false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ShapeElement Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Diagrams