 | ActionCollectionItem Property (Int32) |
Gets or sets a an action at the specified index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Action this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Action
Get
Set
public:
virtual property Action^ default[int index] {
Action^ get (int index) sealed;
void set (int index, Action^ value) sealed;
}
Request Example
View SourceParameters
- index
- Type: SystemInt32
Property Value
Type:
ActionThe zero-based index of the action to get or set.
See Also