ShapeMapReferencesShape.GetLinksToShapeMaps Method
Get the list of ShapeMapReferencesShape links to a Shape.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
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
- shapeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ShapeMapReferencesShape>
.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.