_TaskItem.IsRecurring プロパティ

定義

タスクが定期的なタスクの場合は Trueブール値 (C#ではブール値) を返します。 読み取り専用です。

public:
 property bool IsRecurring { bool get(); };
public bool IsRecurring { get; }
Public ReadOnly Property IsRecurring As Boolean

プロパティ値

注釈

メソッドを GetRecurrencePattern() オブジェクトと共に TaskItem 使用する場合、このプロパティは True に設定 されます

適用対象