Share via


DslLibraryDefinesConnectors.GetLinksToConnectors(DslLibrary) Method

Definition

Get the list of DslLibraryDefinesConnectors links to a DslLibrary.

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)

Parameters

dslLibraryInstance
DslLibrary

Returns

Attributes

Applies to