Share via


IVsHiddenTextSessionEx2.EndBatch Method

Definition

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.

Applies to