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)
Usage
Public Class ropertyTestsImplementation
Implements PropertyTests
End Class
Dim ropertyTestsImplementation1 As New ropertyTestsImplementation()
Syntax
Public Interface PropertyTests
Inherits _IMsoDispObj, IEnumerable
public interface PropertyTests : _IMsoDispObj, IEnumerable
public interface class PropertyTests : public _IMsoDispObj, IEnumerable
public interface PropertyTests implements _IMsoDispObj, IEnumerable
public interface PropertyTests implements _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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Core Namespace