WinTable.ColumnHeaders-Eigenschaft

Ruft eine Auflistung von Spaltenheader-Steuerelementen in diesem Tabellensteuerelement ab.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ColumnHeaders As UITestControlCollection
    Get
public virtual UITestControlCollection ColumnHeaders { get; }
public:
virtual property UITestControlCollection^ ColumnHeaders {
    UITestControlCollection^ get ();
}
abstract ColumnHeaders : UITestControlCollection
override ColumnHeaders : UITestControlCollection
function get ColumnHeaders () : UITestControlCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Eine Auflistung von Spaltenheader-Steuerelementen in diesem Tabellensteuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinTable Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace

UITestControlCollection