ScopeNode.ActionsPaneItems Property
Gets the actions that should be available when the node has focus.
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
A collection containing the actions that should be available when the node has focus.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top