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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.