WorkflowTemplates.Item[Int32] 属性

定义

从集合中WorkflowTemplateWorkflowTemplates获取对象。 只读。

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

参数

Index
Int32

要返回的 WorkflowTemplate 对象的索引号。

属性值

WorkflowTemplate

适用于