Represents a Xaml control.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl
      More...
Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Class XamlControl _
    Inherits UITestControl
public class XamlControl : UITestControl
public ref class XamlControl : public UITestControl
type XamlControl =  
    class 
        inherit UITestControl 
    end
public class XamlControl extends UITestControl
The XamlControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | XamlControl() | Initializes a new instance of the XamlControl class. | 
| .gif) | XamlControl(XamlControl) | Initializes a new instance of the XamlControl class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AcceleratorKey | Gets the control's accelerator key. | 
| .gif) | AccessKey | Gets the control's access key. | 
| .gif) | AutomationId | Gets the control's automation Id. | 
| .gif) | BoundingRectangle | (Inherited from UITestControl.) | 
| .gif) | ClassName | (Inherited from UITestControl.) | 
| .gif) | Container | (Inherited from UITestControl.) | 
| .gif) | ControlType | (Inherited from UITestControl.) | 
| .gif) | Enabled | (Inherited from UITestControl.) | 
| .gif) | Exists | (Inherited from UITestControl.) | 
| .gif) | FilterProperties | (Inherited from UITestControl.) | 
| .gif) | Font | Gets the font if TextProperty is supported. | 
| .gif) | FontSize | Gets the control's FontSize. | 
| .gif) | FontWeight | Gets the control's FontWeight. | 
| .gif) | FrameworkId | Gets the FrameworkId associated with the control. | 
| .gif) | FriendlyName | (Inherited from UITestControl.) | 
| .gif) | HasFocus | (Inherited from UITestControl.) | 
| .gif) | Height | (Inherited from UITestControl.) | 
| .gif) | HelpText | Gets the help text associated with the control. | 
| .gif) | IsTopParent | (Inherited from UITestControl.) | 
| .gif) | ItemStatus | |
| .gif) | LabeledBy | Gets the control's label text. | 
| .gif) | Left | (Inherited from UITestControl.) | 
| .gif) | Name | (Inherited from UITestControl.) | 
| .gif) | NativeElement | (Inherited from UITestControl.) | 
| .gif) | SearchConfigurations | (Inherited from UITestControl.) | 
| .gif) | SearchProperties | (Inherited from UITestControl.) | 
| .gif) | SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | 
| .gif) | State | (Inherited from UITestControl.) | 
| .gif) | TechnologyName | (Inherited from UITestControl.) | 
| .gif) | Top | (Inherited from UITestControl.) | 
| .gif) | TopParent | (Inherited from UITestControl.) | 
| .gif) | Width | (Inherited from UITestControl.) | 
| .gif) | WindowHandle | (Inherited from UITestControl.) | 
| .gif) | WindowTitles | (Inherited from UITestControl.) | 
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlButton
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlCheckBox
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlComboBox
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlEdit
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlFlipView
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlFlipViewItem
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHub
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHubSection
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHyperlink
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlList
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlListItem
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlMenu
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlMenuItem
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlProgressBar
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlRadioButton
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlSemanticZoom
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlSlider
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlText
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlToggleButton
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlToggleSwitch
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlWindow
.gif)