IVsHiddenTextSessionEx2.EndBatch 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.
Tells the hidden text session to stop batching outlining changes.
public:
int EndBatch();
public:
int EndBatch();
int EndBatch();
public int EndBatch ();
abstract member EndBatch : unit -> int
Public Function EndBatch () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method can be used in combination with StartBatch to fold together events that are raised when calling Invalidate multiple times.