AsyncServiceProvider.GlobalProvider Property

Definition

Gets the global provider.

public:
 static property Microsoft::VisualStudio::Shell::IAsyncServiceProvider ^ GlobalProvider { Microsoft::VisualStudio::Shell::IAsyncServiceProvider ^ get(); };
public:
 static property Microsoft::VisualStudio::Shell::IAsyncServiceProvider ^ GlobalProvider { Microsoft::VisualStudio::Shell::IAsyncServiceProvider ^ get(); };
public static Microsoft.VisualStudio.Shell.IAsyncServiceProvider GlobalProvider { get; }
static member GlobalProvider : Microsoft.VisualStudio.Shell.IAsyncServiceProvider
Public Shared ReadOnly Property GlobalProvider As IAsyncServiceProvider

Property Value

Returns IAsyncServiceProvider.

Applies to