Share via


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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

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

Return Value

Type: IEnumerable<String>

.NET Framework Security

See Also

Reference

ModelBusAdapterManager Class

Microsoft.VisualStudio.Modeling.Integration Namespace