ImageShapeHasBaseImageShape.GetLinksToSubClasses Method

Get the list of ImageShapeHasBaseImageShape links to a ImageShape.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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

Return Value

Type: ReadOnlyCollection<ImageShapeHasBaseImageShape>

.NET Framework Security

See Also

Reference

ImageShapeHasBaseImageShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace