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