SelectionData.EndUpdates Method ()

 

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