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 or sets the ActionsPaneItem object at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionsPaneItem this[
int index
] { get; set; }
public:
property ActionsPaneItem^ default[
int index
] {
ActionsPaneItem^ get(int index);
void set(int index, ActionsPaneItem^ value);
}
member Item :
index:int -> ActionsPaneItem with get, set
Public Property Item (
index As Integer
) As ActionsPaneItem
Parameters
index
Type: System.Int32The index of the actions pane item.
Property Value
Type: Microsoft.ManagementConsole.ActionsPaneItem
The actions pane item at the specified index.
See Also
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top