ConnectorMapReferencesConnector.GetLinksToConnectorMaps(Connector) 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 ConnectorMapReferencesConnector links to a Connector.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ConnectorMapReferencesConnector ^> ^ GetLinksToConnectorMaps(Microsoft::VisualStudio::Modeling::DslDefinition::Connector ^ connectorInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapReferencesConnector> GetLinksToConnectorMaps (Microsoft.VisualStudio.Modeling.DslDefinition.Connector connectorInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToConnectorMaps : Microsoft.VisualStudio.Modeling.DslDefinition.Connector -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapReferencesConnector>
Public Shared Function GetLinksToConnectorMaps (connectorInstance As Connector) As ReadOnlyCollection(Of ConnectorMapReferencesConnector)
Parameters
- connectorInstance
- Connector
Returns
- Attributes