PropertyTests Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
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
- Attributes
- Implements
Remarks
Use the PropertyTests property to return the PropertyTests collection.
Use the Add(String, MsoCondition, Object, Object, MsoConnector) 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.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Count |
Returns an Integer indicating the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns a PropertyTest object from the PropertyTests collection. |
Methods
Add(String, MsoCondition, Object, Object, MsoConnector) |
Add a new PropertyTest object to the PropertyTests collection representing the search criteria of a file search. |
GetEnumerator() | |
Remove(Int32) |
Removes the specified object from the collection. |