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 composition container of Visual Studio.
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 with get
function get DefaultExportProvider () : ExportProvider
Property Value
Type: ExportProvider
The export provider.
.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.