DslLibraryHasTypes.GetLinks Method
Get any DslLibraryHasTypes links between a given DslLibrary and a DomainType.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaración
Public Shared Function GetLinks ( _
source As DslLibrary, _
target As DomainType _
) As ReadOnlyCollection(Of DslLibraryHasTypes)
public static ReadOnlyCollection<DslLibraryHasTypes> GetLinks(
DslLibrary source,
DomainType target
)
public:
static ReadOnlyCollection<DslLibraryHasTypes^>^ GetLinks(
DslLibrary^ source,
DomainType^ target
)
static member GetLinks :
source:DslLibrary *
target:DomainType -> ReadOnlyCollection<DslLibraryHasTypes>
public static function GetLinks(
source : DslLibrary,
target : DomainType
) : ReadOnlyCollection<DslLibraryHasTypes>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryHasTypes>
.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.