MmcListView.SelectedNodes Property

 

Gets the collection of the selected ScopeNode instances and ResultNode instances in this view.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public SelectedNodeCollection SelectedNodes { get; }
public:
property SelectedNodeCollection^ SelectedNodes {
    SelectedNodeCollection^ get();
}
member SelectedNodes : SelectedNodeCollection with get
Public ReadOnly Property SelectedNodes As SelectedNodeCollection

Property Value

Type: Microsoft.ManagementConsole.SelectedNodeCollection

The selected nodes

See Also

MmcListView Class
Microsoft.ManagementConsole Namespace

Return to top