Share via


PropertyTest 接口

定义

表示单个文件搜索条件。

public interface class PropertyTest : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0333-0000-0000-C000-000000000046")]
public interface PropertyTest : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0333-0000-0000-C000-000000000046")>]
type PropertyTest = interface
    interface _IMsoDispObj
Public Interface PropertyTest
Implements _IMsoDispObj
属性
实现

注解

搜索条件在“高级查找”对话框 (“文件”菜单、“打开”命令、“高级查找”按钮) 列出。 PropertyTest 对象是 集合的成员PropertyTests

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Condition

返回指定搜索条件的条件。

Connector

返回两个类似的属性测试值之间的连接器。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Name

返回指定对象的名称。

SecondValue

返回可选的第二个值属性测试 (,如文件搜索的范围) 。

Value

返回文件搜索的属性测试的值。

适用于