Share via


GroupTaskItem.Items Property

Definition

Gets the list of task items.

public:
 property System::Collections::IList ^ Items { System::Collections::IList ^ get(); };
public System.Collections.IList Items { get; }
member this.Items : System.Collections.IList
Public ReadOnly Property Items As IList

Property Value

The list of task items.

Examples

The following example adds the current page to the favorites list.

GroupTaskItem group = new GroupTaskItem("MyExpanded", "Recent Tasks", "Task", false);
AddFavorites(group.Items, features); 

Applies to