UITechnologyManagerProxy Class

Definition

public ref class UITechnologyManagerProxy abstract : Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManager
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class UITechnologyManagerProxy : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
[<System.Runtime.InteropServices.ComVisible(true)>]
type UITechnologyManagerProxy = class
    inherit UITechnologyManager
Public MustInherit Class UITechnologyManagerProxy
Inherits UITechnologyManager
Inheritance
UITechnologyManagerProxy
Attributes

Constructors

UITechnologyManagerProxy(String, String)

Properties

TechnologyName

Methods

AddEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify)
AddGlobalEventHandler(UITestEventType, IUITestEventNotify)
CancelStep()
ConvertToExtensionElement(IUITechnologyElement)
ConvertToThisTechnology(IUITechnologyElement, Int32)
GetChildren(IUITechnologyElement, Object)
GetControlSupportLevel(AutomationElement) (Inherited from UITechnologyManager)
GetControlSupportLevel(IntPtr)
GetElementFromAutomationElement(AutomationElement, AutomationElement)
GetElementFromNativeElement(Object)
GetElementFromPoint(Int32, Int32)
GetElementFromPoint(Int32, Int32, AutomationElement)
GetElementFromWindowHandle(IntPtr)
GetFocusedElement(AutomationElement) (Inherited from UITechnologyManager)
GetFocusedElement(IntPtr)
GetLastInvocationInfo()
GetNextSibling(IUITechnologyElement)
GetParent(IUITechnologyElement)
GetPreviousSibling(IUITechnologyElement)
GetSynchronizationWaiter(IUITechnologyElement, UITestEventType)
GetTechnologyManagerProperty(UITechnologyManagerProperty)
MatchElement(IUITechnologyElement, Object, Boolean)
ParseQueryId(String, Object)
ProcessMouseEnter(IntPtr)
RemoveEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify)
RemoveGlobalEventHandler(UITestEventType, IUITestEventNotify)
Search(Object, IUITechnologyElement, Int32)
SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
StartSession(Boolean)
StopSession()

Applies to