次の方法で共有


WorkflowTasks.Item[Int32] プロパティ

定義

コレクションからオブジェクトをWorkflowTaskWorkflowTasks取得します。 読み取り専用です。

public:
 property Microsoft::Office::Core::WorkflowTask ^ default[int] { Microsoft::Office::Core::WorkflowTask ^ get(int Index); };
public Microsoft.Office.Core.WorkflowTask this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.WorkflowTask
Default Public ReadOnly Property Item(Index As Integer) As WorkflowTask

パラメーター

Index
Int32

返される WorkflowTask オブジェクトのインデックス番号です。

プロパティ値

WorkflowTask

適用対象