UITechnologyManager Methods

Include Protected Members
Include Inherited Members

The UITechnologyManager type exposes the following members.

Methods

  Name Description
Public method AddEventHandler Adds an event handler to this technology manager.
Public method AddGlobalEventHandler Adds a global event sink to this technology manager.
Public method CancelStep Cancels any wait or search operation that is currently being performed by this technology manager because of calls to WaitForReady or Search.
Public method ConvertToThisTechnology Takes an element from another technology and returns an element that is compatible for the current technology, along with the level of support it has for the converted element.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildren Returns an enumerator for the child elements in the given element.
Public method GetControlSupportLevel Returns the indication of confidence for this technology manager that it can support the control that is identified with the provided handle.
Public method GetElementFromNativeElement Returns an element from this technology that corresponds to the provided native element.
Public method GetElementFromPoint Retrieves the element that is located at the given screen coordinates.
Public method GetElementFromWindowHandle Retrieves the element that is identified by the provided window handle.
Public method GetFocusedElement Returns the windows pointer for the element that currently has the focus.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetLastInvocationInfo Returns information about the last test action that was invoked by this manager.
Public method GetNextSibling Returns the next sibling of the given element in the UI hierarchy.
Public method GetParent Gets the parent of the given element in the UI hierarchy.
Public method GetPreviousSibling Returns the previous sibling of the given element in the UI hierarchy.
Public method GetSynchronizationWaiter Returns an IUISynchronizationWaiter by using the provided element and event type.
Public method GetTechnologyManagerProperty Returns the value of the given property of this technology manager.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MatchElement Returns a value that indicates whether the provided element matches the previously parsed query ID cookie.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ParseQueryId Parses the provided string representation of a query element and returns a string representation of the query element as a cookie.
Public method ProcessMouseEnter Processes the mouse enter event for the specified window or control.
Public method RemoveEventHandler Removes the specified event from the given element and all its descendents.
Public method RemoveGlobalEventHandler Removes the specified event.
Public method Search Searches for an element in the parent element that matches the condition of the provided query ID cookie.
Public method SetTechnologyManagerProperty When implemented in a derived class, sets the value of the given property in this technology manager.
Public method StartSession Performs any initialization that is required by this technology manager to start a session.
Public method StopSession Performs any cleanup required by this technology manager to stop the current session.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

UITechnologyManager Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace