WorkflowTasks インターフェイス

定義

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

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

プロパティ

Application

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

Count

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

Creator

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

Item[Int32]

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

メソッド

GetEnumerator()

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

適用対象