Freigeben über


CompartmentShapeHasBaseCompartmentShape.GetSubClasses-Methode

Ruft eine Liste mit SubClasses ab.

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

Syntax

'Declaration
Public Shared Function GetSubClasses ( _
    element As CompartmentShape _
) As LinkedElementCollection(Of CompartmentShape)
public static LinkedElementCollection<CompartmentShape> GetSubClasses(
    CompartmentShape element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<CompartmentShape>

.NET Framework-Sicherheit

Siehe auch

Referenz

CompartmentShapeHasBaseCompartmentShape Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace