IVsHiddenTextSessionEx2.StartBatch Method

Definition

Tells the hidden text session to start batching outlining changes.

public:
 int StartBatch();
public:
 int StartBatch();
int StartBatch();
public int StartBatch ();
abstract member StartBatch : unit -> int
Public Function StartBatch () 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 EndBatch to fold together events that are raised when calling Invalidate multiple times.

Applies to