WorkflowTasks.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中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