GeometryShapeHasBaseGeometryShape.GetLinksToSubClasses Method
Get the list of GeometryShapeHasBaseGeometryShape links to a GeometryShape.
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 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
- baseGeometryShapeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShape
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<GeometryShapeHasBaseGeometryShape>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.