Freigeben über


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

See Also

Reference

ServiceProvider Class

ServiceProvider Members

Microsoft.VisualStudio.Shell Namespace