TaskItem.Collection Property

Definition

Returns the collection containing the TaskItem object supporting this property.

public:
 property EnvDTE::TaskItems ^ Collection { EnvDTE::TaskItems ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.TaskItems Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.TaskItems
Public ReadOnly Property Collection As TaskItems

Property Value

A TaskItems collection.

Attributes

Applies to