共用方式為


ITextDocument.BatchDisplayUpdates 方法

定義

遞增內部計數器,控制文字更新是否立即顯示或批次。

public:
 int BatchDisplayUpdates();
int BatchDisplayUpdates();
public int BatchDisplayUpdates();
function batchDisplayUpdates()
Public Function BatchDisplayUpdates () As Integer

傳回

Int32

int

內部計數器的值。

備註

如果內部計數器為非零,則會批次處理文字更新。 這可讓您執行一連串的編輯作業,而不會遺失效能並閃爍螢幕更新。

若要遞減內部計數器,請呼叫 ITextDocument.ApplyDisplayUpdates 方法。

注意

如果復原群組在 (看到 ITextDocument.BeginUndoGroup) ,無論內部計數器的值為何,螢幕更新都會隱藏。

適用於

另請參閱