BaseShapeMapReferencesBaseShape.GetLinksToBaseShapeMaps(BaseShape) Method

Definition

Get the list of BaseShapeMapReferencesBaseShape links to a BaseShape.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMapReferencesBaseShape ^> ^ GetLinksToBaseShapeMaps(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^ baseShapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape> GetLinksToBaseShapeMaps (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape baseShapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToBaseShapeMaps : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape>
Public Shared Function GetLinksToBaseShapeMaps (baseShapeInstance As BaseShape) As ReadOnlyCollection(Of BaseShapeMapReferencesBaseShape)

Parameters

baseShapeInstance
BaseShape

Returns

Attributes

Applies to