DslLibraryDefinesConnectors.GetLinksToConnectors(DslLibrary) 方法

定义

获取 DslLibrary 的 DslLibraryDefinesConnectors 链接的列表。

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

参数

dslLibraryInstance
DslLibrary

返回

ReadOnlyCollection<DslLibraryDefinesConnectors>
属性

适用于