ModelBusAdapterManager.GetSupportedLogicalAdapterIds Method ()

 

Returns the IDs of the adapter types that are supported by this adapter manager

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public abstract IEnumerable<string> GetSupportedLogicalAdapterIds()
public:
virtual IEnumerable<String^>^ GetSupportedLogicalAdapterIds() abstract
abstract GetSupportedLogicalAdapterIds : unit -> IEnumerable<string>
Public MustOverride Function GetSupportedLogicalAdapterIds As IEnumerable(Of String)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<String>

               

See Also

ModelBusAdapterManager Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top