IVsAsyncEnum::Stop Method (Int32)
Visual Studio 2015
Requests that the asynchronous enumeration be stopped.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fSync
-
Type:
System::Int32
[in] Set to true if the enumeration should be stopped synchronously and false if it can be stopped asynchronously.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsAsyncEnum::Stop( [in] BOOL fSync );
Show: