IVsAsyncEnum.Stop(Int32) Method
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.
Requests that the asynchronous enumeration be stopped.
public:
int Stop(int fSync);
C++/CX
public:
int Stop(int fSync);
int Stop(int fSync);
public int Stop(int fSync);
abstract member Stop : int -> int
Public Function Stop (fSync As Integer) As Integer
- fSync
- Int32
[in] Set to true
if the enumeration should be stopped synchronously and false
if it can be stopped asynchronously.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsAsyncEnum::Stop(
[in] BOOL fSync
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |