Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
'Usage
Dim instance As IComponentModel
Dim value As ICompositionService
value = instance.DefaultCompositionService
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
- 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.