Share via


SelectionData.ActionsPaneHelpItems Property

 

Gets the actions pane help items for the currently selected items.

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

Syntax

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

Property Value

Type: Microsoft.ManagementConsole.ActionsPaneItemCollection

The collection of action pane help items

See Also

SelectionData Class
Microsoft.ManagementConsole Namespace

Return to top