PropertyTests 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示文件搜索的所有搜索条件的 对象的集合 PropertyTest 。 搜索条件在“高级查找”对话框 (“文件”菜单、“打开”命令、“高级查找”按钮) 列出。
public interface class PropertyTests : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0334-0000-0000-C000-000000000046")]
public interface PropertyTests : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0334-0000-0000-C000-000000000046")>]
type PropertyTests = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface PropertyTests
Implements _IMsoDispObj, IEnumerable
- 属性
- 实现
注解
使用 属性 PropertyTests 可返回 PropertyTests 集合。
Add(String, MsoCondition, Object, Object, MsoConnector)使用 方法将新的 PropertyTest 对象添加到 PropertyTests 集合。
使用 PropertyTests (index
) (其中 index
是索引号)返回单个 PropertyTest 对象。
属性
Application |
返回一个 Application 对象,该对象代表该对象的容器应用程序。 |
Count |
返回一个 Integer 类型的值,该值指示指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
从集合中PropertyTests返回 对象PropertyTest。 |
方法
Add(String, MsoCondition, Object, Object, MsoConnector) |
将一个新的 PropertyTest 对象添加到 PropertyTests 表示文件搜索的搜索条件的集合。 |
GetEnumerator() |
表示文件搜索的所有搜索条件的 对象的集合 PropertyTest 。 搜索条件在“高级查找”对话框 (“文件”菜单、“打开”命令、“高级查找”按钮) 列出。 |
Remove(Int32) |
从集合中删除指定对象。 |