TaskProvider::TaskCollection::Item Property (Int32)

 

Gets or sets the task at the given index.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: