Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Begins a batch update on this IEditorFormatMap. Events will not be raised until EndBatchUpdate is called.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaración
Sub BeginBatchUpdate
void BeginBatchUpdate()
void BeginBatchUpdate()
abstract BeginBatchUpdate : unit -> unit
function BeginBatchUpdate()
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | BeginBatchUpdate was called for a second time without calling EndBatchUpdate. |
Remarks
You must call EndBatchUpdate in order to re-enable FormatMappingChanged events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.