DslLibraryHasTypes.GetLinksToTypes(DslLibrary) 方法

定义

获取 DslLibrary 的 DslLibraryHasTypes 链接的列表。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibraryHasTypes ^> ^ GetLinksToTypes(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibraryInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasTypes> GetLinksToTypes (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibraryInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToTypes : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasTypes>
Public Shared Function GetLinksToTypes (dslLibraryInstance As DslLibrary) As ReadOnlyCollection(Of DslLibraryHasTypes)

参数

dslLibraryInstance
DslLibrary

返回

ReadOnlyCollection<DslLibraryHasTypes>
属性

适用于