GeometryShapeHasBaseGeometryShape.GetLinksToSubClasses Method

Get the list of GeometryShapeHasBaseGeometryShape links to a GeometryShape.

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

Syntax

'Declaração
Public Shared Function GetLinksToSubClasses ( _
    baseGeometryShapeInstance As GeometryShape _
) As ReadOnlyCollection(Of GeometryShapeHasBaseGeometryShape)
public static ReadOnlyCollection<GeometryShapeHasBaseGeometryShape> GetLinksToSubClasses(
    GeometryShape baseGeometryShapeInstance
)
public:
static ReadOnlyCollection<GeometryShapeHasBaseGeometryShape^>^ GetLinksToSubClasses(
    GeometryShape^ baseGeometryShapeInstance
)
static member GetLinksToSubClasses : 
        baseGeometryShapeInstance:GeometryShape -> ReadOnlyCollection<GeometryShapeHasBaseGeometryShape> 
public static function GetLinksToSubClasses(
    baseGeometryShapeInstance : GeometryShape
) : ReadOnlyCollection<GeometryShapeHasBaseGeometryShape>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<GeometryShapeHasBaseGeometryShape>

.NET Framework Security

See Also

Reference

GeometryShapeHasBaseGeometryShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace