UITechnologyElement 类

实现的 UITest 技术元素抽象基类记录器和播放的。

继承层次结构

Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
    Microsoft.VisualStudio.TestTools.UITesting.UITechnologyElementProxy

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
<ComVisibleAttribute(True)> _
<GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")> _
Public MustInherit Class UITechnologyElement _
    Implements IUITechnologyElement
[ComVisibleAttribute(true)]
[GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")]
public abstract class UITechnologyElement : IUITechnologyElement
[ComVisibleAttribute(true)]
[GuidAttribute(L"630624E3-24CA-4059-8D78-DC5E2710F945")]
public ref class UITechnologyElement abstract : IUITechnologyElement
[<AbstractClass>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")>]
type UITechnologyElement =  
    class 
        interface IUITechnologyElement 
    end
public abstract class UITechnologyElement implements IUITechnologyElement

UITechnologyElement 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 UITechnologyElement

页首

属性

  名称 说明
公共属性 ChildIndex
公共属性 ClassName
公共属性 ControlTypeName
公共属性 FriendlyName
公共属性 IsLeafNode
公共属性 IsPassword
公共属性 IsTreeSwitchingRequired
公共属性 Name
公共属性 NativeElement
公共属性 QueryId
公共属性 SupportLevel
公共属性 SwitchingElement
公共属性 TechnologyManager
公共属性 TechnologyName
公共属性 TopLevelElement
公共属性 Value
公共属性 WindowHandle
公共属性 WindowTitles

页首

方法

  名称 说明
公共方法 CacheProperties
公共方法 EnsureVisibleByScrolling
公共方法 Equals(Object) 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 Equals(IUITechnologyElement)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetBoundingRectangle
公共方法 GetClickablePoint
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetNativeControlType
公共方法 GetOption
公共方法 GetPropertyValue
公共方法 GetQueryIdForRelatedElement
公共方法 GetRequestedState
公共方法 GetRightToLeftProperty
公共方法 GetScrolledPercentage
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 InitializeProgrammaticScroll
公共方法 InvokeProgrammaticAction
公共方法 IsInteractable
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 PerformKeyboardAction
公共方法 PerformMouseAction
公共方法 ScrollProgrammatically
公共方法 SetFocus
公共方法 SetOption
公共方法 SetPropertyValue 执行一个 SetProperty 事件
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 WaitForReady

页首

字段

  名称 说明
公共字段静态成员 AllAccessibleStates

页首

备注

这里不会更新任何内容;请不要在这里添加材料。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间