AsyncServiceProvider.GlobalProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
This interface is safe to access from any thread.