ShapeMapReferencesShape.GetLinksToShapeMaps Method

Get the list of ShapeMapReferencesShape 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 GetLinksToShapeMaps ( _
    shapeInstance As Shape _
) As ReadOnlyCollection(Of ShapeMapReferencesShape)
public static ReadOnlyCollection<ShapeMapReferencesShape> GetLinksToShapeMaps(
    Shape shapeInstance
)
public:
static ReadOnlyCollection<ShapeMapReferencesShape^>^ GetLinksToShapeMaps(
    Shape^ shapeInstance
)
static member GetLinksToShapeMaps : 
        shapeInstance:Shape -> ReadOnlyCollection<ShapeMapReferencesShape> 
public static function GetLinksToShapeMaps(
    shapeInstance : Shape
) : ReadOnlyCollection<ShapeMapReferencesShape>

Parameters

Return Value

Type: ReadOnlyCollection<ShapeMapReferencesShape>

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace