ActionsPaneItemCollection.Item Property (Int32)
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