IComponentModel::DefaultCompositionService Property

 

Gets the composition service of the Visual Studio default composition container that allows satisfying imports of objects that are not a part of the container.

Namespace:   Microsoft.VisualStudio.ComponentModelHost
Assembly:  Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)

property ICompositionService^ DefaultCompositionService {
	ICompositionService^ get();
}

Property Value

Type: System.ComponentModel.Composition::ICompositionService^

The composition service.

Return to top
Show: