ResultNode.SendSelectionRequest Method (Boolean)
Places a request to select or de-select this result node in the list view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void SendSelectionRequest(
bool selected
)
public:
void SendSelectionRequest(
bool selected
)
member SendSelectionRequest :
selected:bool -> unit
Public Sub SendSelectionRequest (
selected As Boolean
)
Parameters
selected
Type: System.BooleanIndicates whether the result node is to be selected or de-selected—true to select, false to de-select.
See Also
ResultNode Class
Microsoft.ManagementConsole Namespace
Return to top