Freigeben über


IEditorFormatMap.IsInBatchUpdate-Eigenschaft

Bestimmt, ob sich diese IEditorFormatMap in einer Batchaktualisierung befindet.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
ReadOnly Property IsInBatchUpdate As Boolean
bool IsInBatchUpdate { get; }
property bool IsInBatchUpdate {
    bool get ();
}
abstract IsInBatchUpdate : bool with get
function get IsInBatchUpdate () : boolean

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorFormatMap Schnittstelle

Microsoft.VisualStudio.Text.Classification-Namespace