次の方法で共有


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

適用対象