Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get any ShapeMapHasDecoratorMaps links between a given BaseShapeMap and a DecoratorMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As BaseShapeMap, _
target As DecoratorMap _
) As ReadOnlyCollection(Of ShapeMapHasDecoratorMaps)
public static ReadOnlyCollection<ShapeMapHasDecoratorMaps> GetLinks(
BaseShapeMap source,
DecoratorMap target
)
public:
static ReadOnlyCollection<ShapeMapHasDecoratorMaps^>^ GetLinks(
BaseShapeMap^ source,
DecoratorMap^ target
)
static member GetLinks :
source:BaseShapeMap *
target:DecoratorMap -> ReadOnlyCollection<ShapeMapHasDecoratorMaps>
public static function GetLinks(
source : BaseShapeMap,
target : DecoratorMap
) : ReadOnlyCollection<ShapeMapHasDecoratorMaps>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ShapeMapHasDecoratorMaps>
.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.