BulkObservableCollection<T>.EndBulkOperation Method
Restores change events on the collection after a bulk change operation has been completed.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub EndBulkOperation
public void EndBulkOperation()
public:
void EndBulkOperation()
member EndBulkOperation : unit -> unit
public function EndBulkOperation()
.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.