SelectionData.ActionsPaneItems Property

 

Gets the actions pane items for the current selection.

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

Syntax

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

Property Value

Type: Microsoft.ManagementConsole.ActionsPaneItemCollection

The collection of action pane items

See Also

SelectionData Class
Microsoft.ManagementConsole Namespace

Return to top