BulkObservableCollection<T>.BeginBulkOperation Method
Suspends change events on the collection in order to perform a bulk change operation.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub BeginBulkOperation
public void BeginBulkOperation()
public:
void BeginBulkOperation()
member BeginBulkOperation : unit -> unit
public function BeginBulkOperation()
.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.