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