WorkflowTemplates 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 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 |
获取一个 Long 类型的值,指示 WorkflowTemplates 集合中的项数。 只读。 |
Creator |
获取一个 32 位整数,该整数指示创建对象的应用程序 WorkflowTemplates 。 只读。 |
Item[Int32] |
从集合中WorkflowTemplateWorkflowTemplates获取对象。 只读。 |
方法
GetEnumerator() |
表示 对象的集合 WorkflowTemplate 。 |