Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get a collection of all the ModelElement types which are exposed by any ModelBusAdapter managed by this adapter manager, and thus can be referenced from the outside, along with their display name;
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 GetExposedElementTypes ( _
logicalAdapterId As String _
) As IEnumerable(Of SupportedType)
public abstract IEnumerable<SupportedType> GetExposedElementTypes(
string logicalAdapterId
)
public:
virtual IEnumerable<SupportedType^>^ GetExposedElementTypes(
String^ logicalAdapterId
) abstract
abstract GetExposedElementTypes :
logicalAdapterId:string -> IEnumerable<SupportedType>
public abstract function GetExposedElementTypes(
logicalAdapterId : String
) : IEnumerable<SupportedType>
Parameters
logicalAdapterId
Type: Stringthe adapter id from which to get the supported types
Return Value
Type: IEnumerable<SupportedType>
Readonly collection of SupportedTypes
.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.