ImageShapeHasBaseImageShape.GetLinksToSubClasses(ImageShape) Method

Definition

Get the list of ImageShapeHasBaseImageShape links to a ImageShape.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ImageShapeHasBaseImageShape ^> ^ GetLinksToSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::ImageShape ^ baseImageShapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape> GetLinksToSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape baseImageShapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.ImageShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape>
Public Shared Function GetLinksToSubClasses (baseImageShapeInstance As ImageShape) As ReadOnlyCollection(Of ImageShapeHasBaseImageShape)

Parameters

baseImageShapeInstance
ImageShape

Returns

Attributes

Applies to