WinList.IsListView Property
Gets a value that indicates whether this list is in list-view.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsListView As Boolean
public virtual bool IsListView { get; }
public:
virtual property bool IsListView {
bool get ();
}
abstract IsListView : bool
override IsListView : bool
function get IsListView () : boolean
Property Value
Type: System.Boolean
true if this list is in list-view; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace