Share via


ShapeHasDecorators.GetLinksToDecorators Method

Get the list of ShapeHasDecorators links to a Shape.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared Function GetLinksToDecorators ( _
    shapeInstance As Shape _
) As ReadOnlyCollection(Of ShapeHasDecorators)
public static ReadOnlyCollection<ShapeHasDecorators> GetLinksToDecorators(
    Shape shapeInstance
)
public:
static ReadOnlyCollection<ShapeHasDecorators^>^ GetLinksToDecorators(
    Shape^ shapeInstance
)
static member GetLinksToDecorators : 
        shapeInstance:Shape -> ReadOnlyCollection<ShapeHasDecorators> 
public static function GetLinksToDecorators(
    shapeInstance : Shape
) : ReadOnlyCollection<ShapeHasDecorators>

Parameters

Return Value

Type: ReadOnlyCollection<ShapeHasDecorators>

.NET Framework Security

See Also

Reference

ShapeHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace