Tasks 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 Task ,表示当前在系统上运行的所有任务。
public interface class Tasks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020983-0000-0000-C000-000000000046")]
public interface Tasks : System.Collections.IEnumerable
type Tasks = interface
interface IEnumerable
Public Interface Tasks
Implements IEnumerable
- 属性
- 实现
注解
Tasks使用 属性可返回 Tasks 集合。
使用 Tasks (index
) (其中 index
是应用程序名称或索引号)返回单个 Task 对象。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Object] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Exists(String) |
确定指定的任务是否存在。 如果该任务存在,则返回 True 。 |
ExitWindows() |
关闭所有打开的应用程序,退出 Microsoft Windows,注销当前用户。 |
GetEnumerator() |
对象的集合 Task ,表示当前在系统上运行的所有任务。 |