Share via


ShapeMapReferencesShape.GetLinksToShapeMaps(Shape) Method

Definition

Get the list of ShapeMapReferencesShape links to a Shape.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ShapeMapReferencesShape ^> ^ GetLinksToShapeMaps(Microsoft::VisualStudio::Modeling::DslDefinition::Shape ^ shapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape> GetLinksToShapeMaps (Microsoft.VisualStudio.Modeling.DslDefinition.Shape shapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToShapeMaps : Microsoft.VisualStudio.Modeling.DslDefinition.Shape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape>
Public Shared Function GetLinksToShapeMaps (shapeInstance As Shape) As ReadOnlyCollection(Of ShapeMapReferencesShape)

Parameters

shapeInstance
Shape

Returns

Attributes

Applies to