ConnectorMapHasDecoratorMaps.GetLinks Method
Get any ConnectorMapHasDecoratorMaps links between a given ConnectorMap and a DecoratorMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As ConnectorMap, _
target As DecoratorMap _
) As ReadOnlyCollection(Of ConnectorMapHasDecoratorMaps)
public static ReadOnlyCollection<ConnectorMapHasDecoratorMaps> GetLinks(
ConnectorMap source,
DecoratorMap target
)
public:
static ReadOnlyCollection<ConnectorMapHasDecoratorMaps^>^ GetLinks(
ConnectorMap^ source,
DecoratorMap^ target
)
static member GetLinks :
source:ConnectorMap *
target:DecoratorMap -> ReadOnlyCollection<ConnectorMapHasDecoratorMaps>
public static function GetLinks(
source : ConnectorMap,
target : DecoratorMap
) : ReadOnlyCollection<ConnectorMapHasDecoratorMaps>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ConnectorMapHasDecoratorMaps>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.