Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the export provider of the default Visual Studio composition container.
Namespace: Microsoft.VisualStudio.ComponentModelHost
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Syntax
'Declaration
ReadOnly Property DefaultExportProvider As ExportProvider
ExportProvider DefaultExportProvider { get; }
property ExportProvider^ DefaultExportProvider {
ExportProvider^ get ();
}
abstract DefaultExportProvider : ExportProvider
function get DefaultExportProvider () : ExportProvider
Property Value
Type: System.ComponentModel.Composition.Hosting.ExportProvider
The ExportProvider.
.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.