IComponentModel.DefaultCompositionService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the composition service of Visual Studio default composition container that allows satisfying imports of object without them being a part of the container.
public:
property System::ComponentModel::Composition::ICompositionService ^ DefaultCompositionService { System::ComponentModel::Composition::ICompositionService ^ get(); };
public System.ComponentModel.Composition.ICompositionService DefaultCompositionService { get; }
member this.DefaultCompositionService : System.ComponentModel.Composition.ICompositionService
Public ReadOnly Property DefaultCompositionService As ICompositionService
Property Value
The composition service.