Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.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: System.Collections.Generic.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.