ShapeMapHasDecoratorMaps.GetLinksToDecoratorMaps(BaseShapeMap) Method

Definition

Get the list of ShapeMapHasDecoratorMaps links to a BaseShapeMap.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ShapeMapHasDecoratorMaps ^> ^ GetLinksToDecoratorMaps(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMap ^ shapeMapInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps> GetLinksToDecoratorMaps (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap shapeMapInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDecoratorMaps : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapHasDecoratorMaps>
Public Shared Function GetLinksToDecoratorMaps (shapeMapInstance As BaseShapeMap) As ReadOnlyCollection(Of ShapeMapHasDecoratorMaps)

Parameters

shapeMapInstance
BaseShapeMap

Returns

Attributes

Applies to