次の方法で共有


GroupTaskItem.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

プロパティ値

タスク アイテムの一覧。

次の例では、現在のページをお気に入りの一覧に追加します。

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

適用対象