Compartilhar via


IAsyncServiceProvider2.QueryServiceAsync(Guid, Boolean) Method

Definition

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

Returns

Applies to