BaseShapeMapReferencesBaseShape.GetLinks Method
Get any BaseShapeMapReferencesBaseShape links between a given BaseShapeMap and a BaseShape.
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 GetLinks ( _
source As BaseShapeMap, _
target As BaseShape _
) As ReadOnlyCollection(Of BaseShapeMapReferencesBaseShape)
public static ReadOnlyCollection<BaseShapeMapReferencesBaseShape> GetLinks(
BaseShapeMap source,
BaseShape target
)
public:
static ReadOnlyCollection<BaseShapeMapReferencesBaseShape^>^ GetLinks(
BaseShapeMap^ source,
BaseShape^ target
)
static member GetLinks :
source:BaseShapeMap *
target:BaseShape -> ReadOnlyCollection<BaseShapeMapReferencesBaseShape>
public static function GetLinks(
source : BaseShapeMap,
target : BaseShape
) : ReadOnlyCollection<BaseShapeMapReferencesBaseShape>
Parameters
Return Value
Type: 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.