Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called to signify the end of a series of calls to selection data methods and properties since BeginUpdates was last called.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void EndUpdates()
public:
void EndUpdates()
member EndUpdates : unit -> unit
Public Sub EndUpdates
Remarks
Encapsulating a series of calls to SelectionData methods and properties within BeginUpdates and EndUpdates improves performance and user experience.
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top