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 task at the given index.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As Task
public Task this[
int index
] { get; set; }
public:
property Task^ default[int index] {
Task^ get (int index);
void set (int index, Task^ value);
}
member Item : Task with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
The index of the task.
Property Value
Type: Microsoft.VisualStudio.Shell.Task
Task .
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.