IObjectTreeNode.TryFind Method |
Name | Description | |
---|---|---|
![]() | TryFind<T>(ISearchPattern, T) |
Searches for an object that matches the specified pattern (the search depth is 1). The default search timeout AutoWaitTimeout is used.
|
![]() | TryFind<T>(ISearchPattern, Int32, T) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
|
![]() | TryFind<T>(ISearchPattern, Int32, Int32, T) |
Searches for an object that matches the specified pattern.
|