TaskProvider::TaskCollection::Item Property (Int32)
Visual Studio 2015
Gets or sets the task at the given index.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property Task^ default[ int index ] { Task^ get(int index); void set(int index, Task^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the task.
Show: