AsyncPackage::IAsyncServiceProvider::QueryServiceAsync Method (Guid)

Visual Studio 2015
 

Gets the async service, if it is available.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual IVsTask^ QueryServiceAsync(
	Guid% guidService
) sealed = IAsyncServiceProvider::QueryServiceAsync

Parameters

guidService
Type: System::Guid

The GUID of the service.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^

The service.

Return to top
Show: