次の方法で共有


WorkflowTemplates インターフェイス

定義

オブジェクトの WorkflowTemplate コレクションを表します。

public interface class WorkflowTemplates : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CD903-0000-0000-C000-000000000046")]
public interface WorkflowTemplates : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CD903-0000-0000-C000-000000000046")>]
type WorkflowTemplates = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface WorkflowTemplates
Implements _IMsoDispObj, IEnumerable
属性
実装

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを WorkflowTemplates 取得します。 読み取り専用です。

Count

長いWorkflowTemplates コレクション内の項目の数を示すを取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を WorkflowTemplates 取得します。 読み取り専用です。

Item[Int32]

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

メソッド

GetEnumerator()

オブジェクトの WorkflowTemplate コレクションを表します。

適用対象