Поделиться через


IComponentModel.DefaultCompositionService Property

Gets the composition service of the default composition container that allows satisfying imports of an object that are not 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
function get DefaultCompositionService () : ICompositionService

Property Value

Type: System.ComponentModel.Composition.ICompositionService
ICompositionService .

.NET Framework Security

See Also

Reference

IComponentModel Interface

Microsoft.VisualStudio.ComponentModelHost Namespace