다음을 통해 공유


TaskProvider.TaskCollection.Item Property

Gets or sets the task at the given index.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Default Property Item ( _
    index As Integer _
) As Task
public Task this[
    int index
] { get; set; }

Parameters

Property Value

Type: Microsoft.VisualStudio.Shell.Task
Task .

.NET Framework Security

See Also

Reference

TaskProvider.TaskCollection Class

Microsoft.VisualStudio.Shell Namespace