IVsTrackProjectDocuments3.BeginQueryBatch Method
Definition
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.
Starts a batch query process in which a single dialog box asking the user for an okay is presented instead of multiple dialog boxes, one for each file.
public:
int BeginQueryBatch();
public:
int BeginQueryBatch();
int BeginQueryBatch();
public int BeginQueryBatch ();
abstract member BeginQueryBatch : unit -> int
Public Function BeginQueryBatch () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From ivstrackprojectdocumentsevents80.idl
HRESULT OnBeginQueryBatch(void);
Calls to this method must be balanced with matching calls to either the EndQueryBatch method or the CancelQueryBatch method.