ActionGroup.Items Property
Gets the collection of child items that are in the actions pane.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionsPaneItemCollection Items { get; }
public:
property ActionsPaneItemCollection^ Items {
ActionsPaneItemCollection^ get();
}
member Items : ActionsPaneItemCollection with get
Public ReadOnly Property Items As ActionsPaneItemCollection
Property Value
Type: Microsoft.ManagementConsole.ActionsPaneItemCollection
An ActionsPaneItemCollection object that contains the child items.
See Also
ActionGroup Class
Microsoft.ManagementConsole Namespace
Return to top