DiagramElementMapHasDecoratorMaps.GetLinks Method
Get any DiagramElementMapHasDecoratorMaps links between a given DiagramElementMap 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 DiagramElementMap, _
target As DecoratorMap _
) As ReadOnlyCollection(Of DiagramElementMapHasDecoratorMaps)
public static ReadOnlyCollection<DiagramElementMapHasDecoratorMaps> GetLinks(
DiagramElementMap source,
DecoratorMap target
)
public:
static ReadOnlyCollection<DiagramElementMapHasDecoratorMaps^>^ GetLinks(
DiagramElementMap^ source,
DecoratorMap^ target
)
static member GetLinks :
source:DiagramElementMap *
target:DecoratorMap -> ReadOnlyCollection<DiagramElementMapHasDecoratorMaps>
public static function GetLinks(
source : DiagramElementMap,
target : DecoratorMap
) : ReadOnlyCollection<DiagramElementMapHasDecoratorMaps>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DiagramElementMapHasDecoratorMaps>
.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.