IMultiSelectionBroker.BeginBatchOperation 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.
Temporarily disables MultiSelectionSessionChanged, but instead queues up all actions to be included in the resultant MultiSelectionSessionChanged once the operation is completed. Selection merges will also be deferred until the end of batch operations.
public:
IDisposable ^ BeginBatchOperation();
public IDisposable BeginBatchOperation ();
abstract member BeginBatchOperation : unit -> IDisposable
Public Function BeginBatchOperation () As IDisposable
Returns
An object that should be disposed once the batch operation is complete.