AsyncPackage.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.
Get an async initializing service that is offered by this package.
virtual Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Microsoft.VisualStudio.Shell.Interop.IAsyncServiceProvider.QueryServiceAsync(Guid % guidService) = Microsoft::VisualStudio::Shell::Interop::IAsyncServiceProvider::QueryServiceAsync;
Microsoft.VisualStudio.Shell.Interop.IVsTask IAsyncServiceProvider.QueryServiceAsync (ref Guid guidService);
abstract member Microsoft.VisualStudio.Shell.Interop.IAsyncServiceProvider.QueryServiceAsync : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
override this.Microsoft.VisualStudio.Shell.Interop.IAsyncServiceProvider.QueryServiceAsync : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Function QueryServiceAsync (ByRef guidService As Guid) As IVsTask Implements IAsyncServiceProvider.QueryServiceAsync
Parameters
- guidService
- Guid
The GUID of the service to retrieve.
Returns
A IVsTask representing the service retrieval.