Click or drag to resize

IObjectTreeNode Interface

The basic interface for test objects that correspond to processes, windows, and controls.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IObjectTreeNode : IObject

The IObjectTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
Public propertyParent
The parent object.
Top
Methods
  NameDescription
Public methodCallMethodT(String, Object)
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCastT
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodFindT(ISearchPattern, Int32)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
Public methodFindT(ISearchPattern, Int32, Int32)
Searches for an object that matches the specified pattern.
Public methodFindAllT
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
Public methodGetPropertyT
Returns the value of the specified property.
(Inherited from IObject.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Public methodTryFindT(ISearchPattern, T)
Searches for an object that matches the specified pattern (the search depth is 1). The default search timeout AutoWaitTimeout is used.
Public methodTryFindT(ISearchPattern, Int32, T)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
Public methodTryFindT(ISearchPattern, Int32, Int32, T)
Searches for an object that matches the specified pattern.
Public methodWaitProperty(String, Object)
Delays the test execution until the specified property equals the specified value or until the default time limit AutoWaitTimeout is reached.
Public methodWaitProperty(String, Object, Int32)
Delays the test execution until the specified property equals the specified value or until the specified time limit is reached.
Top
See Also