IVsAsyncEnum.Stop(Int32) Methode

Definition

Fordert an, dass die asynchrone Enumeration beendet wird.

public:
 int Stop(int fSync);
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

Parameter

fSync
Int32

[in] Auf true festlegen, wenn die Enumeration synchron beendet werden soll, und auf false festlegen, wenn sie asynchron beendet werden kann.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsAsyncEnum::Stop(  
   [in] BOOL fSync  
);  

Gilt für