XamlEdit 类

表示 XAML 编辑控件。

继承层次结构

Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlEdit

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
程序集:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)

语法

声明
<CLSCompliantAttribute(True)> _
Public Class XamlEdit _
    Inherits XamlControl
[CLSCompliantAttribute(true)]
public class XamlEdit : XamlControl
[CLSCompliantAttribute(true)]
public ref class XamlEdit : public XamlControl
[<CLSCompliantAttribute(true)>]
type XamlEdit =  
    class 
        inherit XamlControl 
    end
public class XamlEdit extends XamlControl

XamlEdit 类型公开以下成员。

构造函数

  名称 说明
公共方法 XamlEdit() 初始化 XamlEdit 类的新实例。
公共方法 XamlEdit(XamlControl) 初始化 XamlEdit 类的新实例。

页首

属性

  名称 说明
公共属性 AcceleratorKey 获取控件的快捷键。 (继承自 XamlControl。)
公共属性 AccessKey 获取控件的访问键。 (继承自 XamlControl。)
公共属性 AutomationId 获取控件自动化 ID. (继承自 XamlControl。)
公共属性 BoundingRectangle (继承自 UITestControl。)
公共属性 ClassName (继承自 UITestControl。)
公共属性 Container (继承自 UITestControl。)
公共属性 ControlType (继承自 UITestControl。)
公共属性 Enabled (继承自 UITestControl。)
公共属性 Exists (继承自 UITestControl。)
公共属性 FilterProperties (继承自 UITestControl。)
公共属性 Font 如果 TextProperty 支持,获取字体。 (继承自 XamlControl。)
公共属性 FontSize 获取控件的 FontSize。 (继承自 XamlControl。)
公共属性 FontWeight 获取控件的 FontWeight。 (继承自 XamlControl。)
公共属性 FrameworkId 获取 FrameworkId 与控件关联。 (继承自 XamlControl。)
公共属性 FriendlyName (继承自 UITestControl。)
公共属性 HasFocus (继承自 UITestControl。)
公共属性 Height (继承自 UITestControl。)
公共属性 HelpText 获取帮助文本与控件关联。 (继承自 XamlControl。)
公共属性 IsPassword 获取一个编辑控件是否的值是密码控件。
公共属性 IsTopParent (继承自 UITestControl。)
公共属性 ItemStatus (继承自 XamlControl。)
公共属性 LabeledBy 获取控件的标签文本。 (继承自 XamlControl。)
公共属性 Left (继承自 UITestControl。)
公共属性 Name (继承自 UITestControl。)
公共属性 NativeElement (继承自 UITestControl。)
公共属性 Password 将密码类型的编码文本编辑控件
公共属性 ReadOnly 获取一个编辑控件是否的值是只读的。
公共属性 SearchConfigurations (继承自 UITestControl。)
公共属性 SearchProperties (继承自 UITestControl。)
受保护的属性 SearchPropertiesSetExplicitly (继承自 UITestControl。)
公共属性 SelectionText 获取在编辑控件中选择的文本。
公共属性 State (继承自 UITestControl。)
公共属性 TechnologyName (继承自 UITestControl。)
公共属性 Text 获取或设置在编辑控件的文本。
公共属性 Top (继承自 UITestControl。)
公共属性 TopParent (继承自 UITestControl。)
公共属性 Width (继承自 UITestControl。)
公共属性 WindowHandle (继承自 UITestControl。)
公共属性 WindowTitles (继承自 UITestControl。)

页首

方法

  名称 说明
公共方法 CopyFrom (继承自 UITestControl。)
公共方法 DrawHighlight (继承自 UITestControl。)
公共方法 EnsureClickable() (继承自 UITestControl。)
公共方法 EnsureClickable(Point) (继承自 UITestControl。)
公共方法 Equals (继承自 UITestControl。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 Find (继承自 UITestControl。)
公共方法 FindMatchingControls (继承自 UITestControl。)
公共方法 GetChildren (继承自 UITestControl。)
公共方法 GetClickablePoint (继承自 UITestControl。)
公共方法 GetHashCode (继承自 UITestControl。)
公共方法 GetParent (继承自 UITestControl。)
公共方法 GetProperty (继承自 UITestControl。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 GetUITestControlsForSearch 获取用于搜索要使用的数组 UITestControl。重写验证搜索属性 (继承自 XamlControl。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 SetFocus (继承自 UITestControl。)
公共方法 SetProperty (继承自 UITestControl。)
公共方法 ToString (继承自 UITestControl。)
公共方法 TryFind (继承自 UITestControl。)
公共方法 TryGetClickablePoint(Point%) (继承自 UITestControl。)
公共方法 WaitForControlCondition(Predicate<UITestControl>) (继承自 UITestControl。)
公共方法 WaitForControlCondition(Predicate<UITestControl>, Int32) (继承自 UITestControl。)
公共方法 WaitForControlEnabled() (继承自 UITestControl。)
公共方法 WaitForControlEnabled(Int32) (继承自 UITestControl。)
公共方法 WaitForControlExist() (继承自 UITestControl。)
公共方法 WaitForControlExist(Int32) (继承自 UITestControl。)
公共方法 WaitForControlNotExist() (继承自 UITestControl。)
公共方法 WaitForControlNotExist(Int32) (继承自 UITestControl。)
公共方法 WaitForControlPropertyEqual(String, Object) (继承自 UITestControl。)
公共方法 WaitForControlPropertyEqual(String, Object, Int32) (继承自 UITestControl。)
公共方法 WaitForControlPropertyNotEqual(String, Object) (继承自 UITestControl。)
公共方法 WaitForControlPropertyNotEqual(String, Object, Int32) (继承自 UITestControl。)
公共方法 WaitForControlReady() (继承自 UITestControl。)
公共方法 WaitForControlReady(Int32) (继承自 UITestControl。)

页首

线程安全

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

请参阅

参考

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls 命名空间