Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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