ServiceProvider.GlobalProvider Property
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property GlobalProvider As ServiceProvider
Get
'Usage
Dim value As ServiceProvider
value = ServiceProvider.GlobalProvider
public static ServiceProvider GlobalProvider { get; }
public:
static property ServiceProvider^ GlobalProvider {
ServiceProvider^ get ();
}
static member GlobalProvider : ServiceProvider
static function get GlobalProvider () : ServiceProvider
Property Value
Type: Microsoft.VisualStudio.Shell.ServiceProvider
.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.