DslLibraryDefinesConnectors.GetLinksToConnectors(DslLibrary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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