Freigeben über


ShapeMapHasDecoratorMaps.GetLinksToDecoratorMaps-Methode

Ruft die Liste der ShapeMapHasDecoratorMaps-Links für BaseShapeMap ab.

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 GetLinksToDecoratorMaps ( _
    shapeMapInstance As BaseShapeMap _
) As ReadOnlyCollection(Of ShapeMapHasDecoratorMaps)
public static ReadOnlyCollection<ShapeMapHasDecoratorMaps> GetLinksToDecoratorMaps(
    BaseShapeMap shapeMapInstance
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ShapeMapHasDecoratorMaps>

.NET Framework-Sicherheit

Siehe auch

Referenz

ShapeMapHasDecoratorMaps Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace