ImageShapeHasBaseImageShape.GetLinksToSubClasses Method
Get the list of ImageShapeHasBaseImageShape links to a ImageShape.
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 ( _
baseImageShapeInstance As ImageShape _
) As ReadOnlyCollection(Of ImageShapeHasBaseImageShape)
public static ReadOnlyCollection<ImageShapeHasBaseImageShape> GetLinksToSubClasses(
ImageShape baseImageShapeInstance
)
public:
static ReadOnlyCollection<ImageShapeHasBaseImageShape^>^ GetLinksToSubClasses(
ImageShape^ baseImageShapeInstance
)
static member GetLinksToSubClasses :
baseImageShapeInstance:ImageShape -> ReadOnlyCollection<ImageShapeHasBaseImageShape>
public static function GetLinksToSubClasses(
baseImageShapeInstance : ImageShape
) : ReadOnlyCollection<ImageShapeHasBaseImageShape>
Parameters
- baseImageShapeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ImageShapeHasBaseImageShape>
.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.