TaskItems2::Parent Property

 

Gets the immediate parent object of a TaskItems collection.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property TaskList^ Parent {
	TaskList^ get();
}

Property Value

Type: EnvDTE::TaskList^

A TaskList object.

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

Return to top
Show: