XamlControl.PropertyNames Class

Contains property names common to all Xaml controls.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl.PropertyNames
      More...

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public MustInherit Class PropertyNames _
    Inherits UITestControl.PropertyNames
public abstract class PropertyNames : UITestControl.PropertyNames
public ref class PropertyNames abstract : public UITestControl::PropertyNames
[<AbstractClass>]
type PropertyNames =  
    class 
        inherit UITestControl.PropertyNames 
    end
public abstract class PropertyNames extends UITestControl.PropertyNames

The XamlControl.PropertyNames type exposes the following members.

Constructors

  Name Description
Protected method XamlControl.PropertyNames Initializes a new instance of the XamlControl.PropertyNames class.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the provided object is equal to the current instance. (Inherited from UITestControl.PropertyNames.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from UITestControl.PropertyNames.)
Public method GetType Returns the Type of the control. (Inherited from UITestControl.PropertyNames.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string representation of this instance. (Inherited from UITestControl.PropertyNames.)

Top

Fields

  Name Description
Public fieldStatic member AcceleratorKey Gets the control's accelerator key. Can be used for search. Data-Type: System.String
Public fieldStatic member AccessKey Gets the control's access key. Can be used for search. Data-Type: System.String
Public fieldStatic member AutomationId Gets the control's automationId. Can be used for search. Data-Type: System.String
Public fieldStatic member Font Gets the control's Font. Can be used for search. Data-Type: System.String
Public fieldStatic member FontSize Gets the control's Font Size. Can be used for search. Data-Type: System.Double
Public fieldStatic member FontWeight Gets the control's Font Weight. Can be used for search. Data-Type: System.Int32
Public fieldStatic member FrameworkId Gets the control's FrameworkId. Can be used for search. Data-Type: System.String
Public fieldStatic member HelpText Gets the help text associated with the control. Data-type: System.String
Public fieldStatic member ItemStatus Gets the control's item status. Data-Type: System.String
Public fieldStatic member LabeledBy Gets the control's LabeledBy. Can be used for search. Data-Type: System.String

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

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlButton.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlCheckBox.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlComboBox.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlEdit.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlFlipView.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlFlipViewItem.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHub.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHubSection.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlHyperlink.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlList.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlListItem.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlMenu.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlMenuItem.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlProgressBar.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlRadioButton.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlSemanticZoom.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlSlider.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlText.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlToggleButton.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlToggleSwitch.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlWebView.PropertyNames