ModelBusAdapterManager::GetExposedElementTypes Method (String^)

 

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)

public:
virtual IEnumerable<SupportedType^>^ GetExposedElementTypes(
	String^ logicalAdapterId
) abstract

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

Return to top
Show: