Share via


WpfTable Class

Definition

public ref class WpfTable : Microsoft::VisualStudio::TestTools::UITesting::WpfControls::WpfControl
[System.CLSCompliant(true)]
public class WpfTable : Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfControl
[<System.CLSCompliant(true)>]
type WpfTable = class
    inherit WpfControl
Public Class WpfTable
Inherits WpfControl
Inheritance
Attributes

Constructors

Name Description
WpfTable()
WpfTable(UITestControl)

Properties

Name Description
AcceleratorKey (Inherited from WpfControl)
AccessKey (Inherited from WpfControl)
AutomationId (Inherited from WpfControl)
BoundingRectangle (Inherited from UITestControl)
CanSelectMultiple
Cells
ClassName (Inherited from UITestControl)
ColumnCount
ColumnHeaders
Container (Inherited from UITestControl)
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)
IsTopParent (Inherited from UITestControl)
ItemStatus (Inherited from WpfControl)
LabeledBy (Inherited from WpfControl)
Left (Inherited from UITestControl)
Name (Inherited from UITestControl)
NativeElement (Inherited from UITestControl)
RowCount
RowHeaders
Rows
SearchConfigurations (Inherited from UITestControl)
SearchProperties (Inherited from UITestControl)
SearchPropertiesSetExplicitly (Inherited from UITestControl)
State (Inherited from UITestControl)
TechnologyName (Inherited from UITestControl)
ToolTipText (Inherited from WpfControl)
Top (Inherited from UITestControl)
TopParent (Inherited from UITestControl)
Width (Inherited from UITestControl)
WindowHandle (Inherited from UITestControl)
WindowTitles (Inherited from UITestControl)

Methods

Name Description
CaptureImage() (Inherited from UITestControl)
CopyFrom(UITestControl) (Inherited from UITestControl)
DrawHighlight() (Inherited from UITestControl)
EnsureClickable() (Inherited from UITestControl)
EnsureClickable(Point) (Inherited from UITestControl)
Equals(Object) (Inherited from UITestControl)
Find() (Inherited from UITestControl)
FindFirstCellWithValue(String)
FindMatchingControls() (Inherited from UITestControl)
GetCell(Int32, Int32)
GetChildren() (Inherited from UITestControl)
GetClickablePoint() (Inherited from UITestControl)
GetColumnNames()
GetContent()
GetHashCode() (Inherited from UITestControl)
GetParent() (Inherited from UITestControl)
GetProperty(String) (Inherited from UITestControl)
GetRow(Int32)
GetUITestControlsForSearch() (Inherited from WpfControl)
GetValidSearchProperties() (Inherited from WpfControl)
SetFocus() (Inherited from UITestControl)
SetProperty(String, Object) (Inherited from UITestControl)
ToString() (Inherited from UITestControl)
TryFind() (Inherited from UITestControl)
TryGetClickablePoint(Point) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>, Int32) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>) (Inherited from UITestControl)
WaitForControlEnabled() (Inherited from UITestControl)
WaitForControlEnabled(Int32) (Inherited from UITestControl)
WaitForControlExist() (Inherited from UITestControl)
WaitForControlExist(Int32) (Inherited from UITestControl)
WaitForControlNotExist() (Inherited from UITestControl)
WaitForControlNotExist(Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object) (Inherited from UITestControl)
WaitForControlReady() (Inherited from UITestControl)
WaitForControlReady(Int32) (Inherited from UITestControl)

Applies to