PropertyTests Interface
A collection of PropertyTest objects that represent all the search criteria of a file search. Search criteria are listed in the Advanced Find dialog box (File menu, Open command, Advanced Find button).
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C0334-0000-0000-C000-000000000046")> _
Public Interface PropertyTests _
Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As PropertyTests
[GuidAttribute("000C0334-0000-0000-C000-000000000046")]
public interface PropertyTests : _IMsoDispObj,
IEnumerable
Remarks
Use the PropertyTests property to return the PropertyTests collection.
Use the Add method to add a new PropertyTest object to the PropertyTests collection.
Use PropertyTests(index), where index is the index number, to return a single PropertyTest object.