IVsTrackProjectDocuments3.BeginQueryBatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarre un processus de requête par lots dans lequel une boîte de dialogue unique qui demande son accord à l'utilisateur est présentée au lieu de plusieurs boîtes de dialogue, une pour chaque fichier.
public:
int BeginQueryBatch();
public:
int BeginQueryBatch();
int BeginQueryBatch();
public int BeginQueryBatch ();
abstract member BeginQueryBatch : unit -> int
Public Function BeginQueryBatch () As Integer
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de ivstrackprojectdocumentsevents80. idl
HRESULT OnBeginQueryBatch(void);
Les appels à cette méthode doivent être équilibrés avec les appels correspondants à la EndQueryBatch méthode ou à la CancelQueryBatch méthode.