Share via


ConnectorMapHasDecoratorMaps.GetLinksToDecoratorMaps(ConnectorMap) Method

Definition

Get the list of ConnectorMapHasDecoratorMaps links to a ConnectorMap.

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

Parameters

connectorMapInstance
ConnectorMap

Returns

Attributes

Applies to