IAsyncServiceProvider2.QueryServiceAsync(Guid, Boolean) 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.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ QueryServiceAsync(Guid % guidService, bool swallowExceptions);
public Microsoft.VisualStudio.Shell.Interop.IVsTask QueryServiceAsync (ref Guid guidService, bool swallowExceptions);
abstract member QueryServiceAsync : Guid * bool -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function QueryServiceAsync (ByRef guidService As Guid, swallowExceptions As Boolean) As IVsTask
Parameters
- guidService
- Guid
- swallowExceptions
- Boolean