SelectionData.Clear Method ()
Clears the selection context.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Clear()
public:
void Clear()
member Clear : unit -> unit
Public Sub Clear
Remarks
The snap-in calls this method when the selection is changed in the containing view such that no items are left selected. This method automatically clears the unique node types and the published data for the selection.
See Also
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top