ModelingCompositionContainer.ExportProvider Property
Visual Studio's global export provider
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ExportProvider As ExportProvider
public static ExportProvider ExportProvider { get; }
public:
static property ExportProvider^ ExportProvider {
ExportProvider^ get ();
}
static member ExportProvider : ExportProvider with get
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.