Freigeben über


ShapeElement.IsDescendantOf-Methode

Überprüft, ob die Form ein Nachfolger einer anderen Form ist.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
"True", wenn die Form der Nachfolger einer anderen Form ist; andernfalls "False".

.NET Framework-Sicherheit

Siehe auch

Referenz

ShapeElement Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace