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.
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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public abstract IEnumerable<SupportedType> GetExposedElementTypes(
    string logicalAdapterId
)
public:
virtual IEnumerable<SupportedType^>^ GetExposedElementTypes(
    String^ logicalAdapterId
) abstract
abstract GetExposedElementTypes : 
        logicalAdapterId:string -> IEnumerable<SupportedType>
Public MustOverride Function GetExposedElementTypes (
    logicalAdapterId As String
) As IEnumerable(Of SupportedType)
Parameters
- logicalAdapterId 
 Type: System.String- the adapter id from which to get the supported types 
Return Value
Type: System.Collections.Generic.IEnumerable<SupportedType>
Readonly collection of SupportedTypes
See Also
ModelBusAdapterManager Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top