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)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Integration.CompositionConfigurationManager
Syntax
public class CompositionConfigurationManager : IConfiguration
public ref class CompositionConfigurationManager : IConfiguration
type CompositionConfigurationManager =
class
interface IConfiguration
end
Public Class CompositionConfigurationManager
Implements IConfiguration
Constructors
Name | Description | |
---|---|---|
CompositionConfigurationManager(ExportProvider, String) | Creates and initializes a MEF config manager. |
Properties
Name | Description | |
---|---|---|
Host | Host that this configuration uses to filter parts |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
FindAdapterManager(String) | Method to find the appropriate ModelBusAdapterManager given an LogicalAdapterId in the MEF Catalog. |
|
GetAdapterManagers() | Get list of all discovered AdapterManager objects |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top