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

适用于