ITextDocument.BatchDisplayUpdates 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增內部計數器,控制文字更新是否立即顯示或批次。
public:
int BatchDisplayUpdates();
int BatchDisplayUpdates();
public int BatchDisplayUpdates();
function batchDisplayUpdates()
Public Function BatchDisplayUpdates () As Integer
傳回
Int32
int
內部計數器的值。
備註
如果內部計數器為非零,則會批次處理文字更新。 這可讓您執行一連串的編輯作業,而不會遺失效能並閃爍螢幕更新。
若要遞減內部計數器,請呼叫 ITextDocument.ApplyDisplayUpdates 方法。
注意
如果復原群組在 (看到 ITextDocument.BeginUndoGroup) ,無論內部計數器的值為何,螢幕更新都會隱藏。