TaskItems2.Parent Property

Definition

Gets the immediate parent object of a TaskItems collection.

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

Property Value

A TaskList object.

Implements

Attributes

Remarks

The Parent property returns the immediate parent to the object or collection.

Applies to