WinList::PropertyNames Class
Contains a field for each property of the WinList user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls::WinControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls::WinList::PropertyNames
| Name | Description | |
|---|---|---|
![]() | WinList::PropertyNames() | Initializes a new instance of the WinList::PropertyNames class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CheckedIndices | Returns "CheckedIndices". |
![]() ![]() | CheckedItems | Returns "CheckedItems". |
![]() ![]() | Columns | Returns "Columns". |
![]() ![]() | HorizontalScrollBar | Returns "HorizontalScrollBar". |
![]() ![]() | IsCheckedList | Returns "IsCheckedList". |
![]() ![]() | IsIconView | Returns "IsIconView". |
![]() ![]() | IsListView | Returns "IsListView". |
![]() ![]() | IsMultipleSelection | Returns "IsMultipleSelection". |
![]() ![]() | IsReportView | Returns "IsReportView". |
![]() ![]() | IsSmallIconView | Returns "IsSmallIconView". |
![]() ![]() | Items | Returns "Items". |
![]() ![]() | SelectedIndices | Returns "SelectedIndices". |
![]() ![]() | SelectedItems | Returns "SelectedItems". |
![]() ![]() | SelectedItemsAsString | Returns "SelectedItemsAsString". |
![]() ![]() | VerticalScrollBar | Returns "VerticalScrollBar". |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



