TaskProvider.TaskCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the task at the given index.
public:
property Microsoft::VisualStudio::Shell::Task ^ default[int] { Microsoft::VisualStudio::Shell::Task ^ get(int index); void set(int index, Microsoft::VisualStudio::Shell::Task ^ value); };
public:
property Microsoft::VisualStudio::Shell::TaskListItem ^ default[int] { Microsoft::VisualStudio::Shell::TaskListItem ^ get(int index); void set(int index, Microsoft::VisualStudio::Shell::TaskListItem ^ value); };
public Microsoft.VisualStudio.Shell.Task this[int index] { get; set; }
public Microsoft.VisualStudio.Shell.TaskListItem this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.Shell.Task with get, set
member this.Item(int) : Microsoft.VisualStudio.Shell.TaskListItem with get, set
Default Public Property Item(index As Integer) As Task
Default Public Property Item(index As Integer) As TaskListItem
Parameters
- index
- Int32
The index of the task.
Property Value
Task.