ModelingCompositionContainer.ExportProvider Property
Visual Studio's global export provider
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaración
Public Shared ReadOnly Property ExportProvider As ExportProvider
Get
public static ExportProvider ExportProvider { get; }
public:
static property ExportProvider^ ExportProvider {
ExportProvider^ get ();
}
static member ExportProvider : ExportProvider
static function get ExportProvider () : ExportProvider
Property Value
Type: System.ComponentModel.Composition.Hosting.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.