WpfCell Class
Represents a table cell control to test the user interface (UI) of Windows Presentation Foundation (WPF) applications.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class WpfCell _
Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfCell : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfCell : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfCell =
class
inherit WpfControl
end
public class WpfCell extends WpfControl
The WpfCell type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WpfCell() | Initializes a new instance of the WpfCell class. | |
WpfCell(UITestControl) | Initializes a new instance of the WpfCell class by using the provided parent control. |
Top
Properties
Name | Description | |
---|---|---|
AcceleratorKey | (Inherited from WpfControl.) | |
AccessKey | (Inherited from WpfControl.) | |
AutomationId | (Inherited from WpfControl.) | |
BoundingRectangle | (Inherited from UITestControl.) | |
Checked | Gets or sets a value that indicates whether this table cell is checked. | |
ClassName | (Inherited from UITestControl.) | |
ColumnIndex | Gets the index of the table column for this cell control. | |
Container | (Inherited from UITestControl.) | |
ContentControlType | Gets the control type for the element that is contained by this cell control. | |
ControlType | (Inherited from UITestControl.) | |
Enabled | (Inherited from UITestControl.) | |
Exists | (Inherited from UITestControl.) | |
FilterProperties | (Inherited from UITestControl.) | |
Font | (Inherited from WpfControl.) | |
FrameworkId | (Inherited from WpfControl.) | |
FriendlyName | (Inherited from UITestControl.) | |
HasFocus | (Inherited from UITestControl.) | |
Height | (Inherited from UITestControl.) | |
HelpText | (Inherited from WpfControl.) | |
Indeterminate | Gets or sets the indeterminate state of this cell control. | |
IsTopParent | (Inherited from UITestControl.) | |
ItemStatus | (Inherited from WpfControl.) | |
LabeledBy | (Inherited from WpfControl.) | |
Left | (Inherited from UITestControl.) | |
Name | (Inherited from UITestControl.) | |
NativeElement | (Inherited from UITestControl.) | |
ReadOnly | Gets a value that indicates whether this cell control is read-only. | |
RowIndex | Gets the index of the table row for this cell control. | |
SearchConfigurations | (Inherited from UITestControl.) | |
SearchProperties | (Inherited from UITestControl.) | |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | |
Selected | Gets a value that indicates whether this cell is selected. | |
State | (Inherited from UITestControl.) | |
TechnologyName | (Inherited from UITestControl.) | |
ToolTipText | (Inherited from WpfControl.) | |
Top | (Inherited from UITestControl.) | |
TopParent | (Inherited from UITestControl.) | |
Value | Gets or sets the value of this cell as a string. | |
Width | (Inherited from UITestControl.) | |
WindowHandle | (Inherited from UITestControl.) | |
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.WpfControls Namespace