BaseShapeMapReferencesBaseShape.GetLinksToBaseShapeMaps Method
Get the list of BaseShapeMapReferencesBaseShape links to a BaseShape.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Dichiarazione
Public Shared Function GetLinksToBaseShapeMaps ( _
baseShapeInstance As BaseShape _
) As ReadOnlyCollection(Of BaseShapeMapReferencesBaseShape)
public static ReadOnlyCollection<BaseShapeMapReferencesBaseShape> GetLinksToBaseShapeMaps(
BaseShape baseShapeInstance
)
public:
static ReadOnlyCollection<BaseShapeMapReferencesBaseShape^>^ GetLinksToBaseShapeMaps(
BaseShape^ baseShapeInstance
)
static member GetLinksToBaseShapeMaps :
baseShapeInstance:BaseShape -> ReadOnlyCollection<BaseShapeMapReferencesBaseShape>
public static function GetLinksToBaseShapeMaps(
baseShapeInstance : BaseShape
) : ReadOnlyCollection<BaseShapeMapReferencesBaseShape>
Parameters
- baseShapeInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<BaseShapeMapReferencesBaseShape>
.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.