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
System_CAPS_pubmethod CompositionConfigurationManager(ExportProvider, String)

Creates and initializes a MEF config manager.

Properties

Name Description
System_CAPS_pubproperty Host

Host that this configuration uses to filter parts

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod FindAdapterManager(String)

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

System_CAPS_pubmethod GetAdapterManagers()

Get list of all discovered AdapterManager objects

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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