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

适用于