IAsyncServiceProvider.QueryServiceAsync(Guid) Method

Definition

Queries for a specific service asynchronously.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ QueryServiceAsync(Guid % guidService);
public Microsoft.VisualStudio.Shell.Interop.IVsTask QueryServiceAsync (ref Guid guidService);
abstract member QueryServiceAsync :  -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function QueryServiceAsync (ByRef guidService As Guid) As IVsTask

Parameters

guidService
Guid

The GUID of the service.

Returns

Returns IVsTask.

Applies to