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 |
页首
属性
页首
方法
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。