IAsyncServiceProvider.QueryServiceAsync(Guid) Method
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.
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.