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)
Syntax
'Declaration
ReadOnly Property DefaultCompositionService As ICompositionService
ICompositionService DefaultCompositionService { get; }
property ICompositionService^ DefaultCompositionService {
ICompositionService^ get ();
}
abstract DefaultCompositionService : ICompositionService with get
function get DefaultCompositionService () : ICompositionService
Property Value
Type: ICompositionService
The composition service.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.