XamlCheckBox.PropertyNames Class
Contains the property names of XamlCheckBox.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlCheckBox.PropertyNames
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 XamlControl.PropertyNames
public abstract class PropertyNames : XamlControl.PropertyNames
public ref class PropertyNames abstract : public XamlControl::PropertyNames
[<AbstractClass>]
type PropertyNames =
class
inherit XamlControl.PropertyNames
end
public abstract class PropertyNames extends XamlControl.PropertyNames
The XamlCheckBox.PropertyNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XamlCheckBox.PropertyNames | Initializes a new instance of the XamlCheckBox.PropertyNames class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the provided object is equal to the current instance. (Inherited from UITestControl.PropertyNames.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from UITestControl.PropertyNames.) | |
GetType | Returns the Type of the control. (Inherited from UITestControl.PropertyNames.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string representation of this instance. (Inherited from UITestControl.PropertyNames.) |
Top
Fields
Name | Description | |
---|---|---|
Checked | Gets or sets the checkbox's checked state. Data-Type: System.Boolean | |
Indeterminate | Gets or sets the checkbox's indeterminate state. Data-Type: System.Boolean |
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