CompositionConfigurationManager Class

 

Class to provide a MEF-based way of configuring the ModelBus

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Integration::CompositionConfigurationManager

public ref class CompositionConfigurationManager : IConfiguration

NameDescription
System_CAPS_pubmethodCompositionConfigurationManager(ExportProvider^, String^)

Creates and initializes a MEF config manager.

NameDescription
System_CAPS_pubpropertyHost

Host that this configuration uses to filter parts

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindAdapterManager(String^)

Method to find the appropriate ModelBusAdapterManager given an LogicalAdapterId in the MEF Catalog.

System_CAPS_pubmethodGetAdapterManagers()

Get list of all discovered AdapterManager objects

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: