WinEdit.PropertyNames Class
Visual Studio 2012
Contains a field for each property of the WinEdit user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property.
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinEdit.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinEdit.PropertyNames
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
The WinEdit.PropertyNames type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WinEdit.PropertyNames | Initializes a new instance of the WinEdit.PropertyNames class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the provided object is equal to the current instance. (Inherited from UITestControl.PropertyNames.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from UITestControl.PropertyNames.) |
![]() | GetType | Returns the Type of the control. (Inherited from UITestControl.PropertyNames.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string representation of this instance. (Inherited from UITestControl.PropertyNames.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CopyPastedText | Returns "CopyPastedText". |
![]() ![]() | CurrentLine | Returns "CurrentLine". |
![]() ![]() | InsertionIndexAbsolute | Returns "InsertionIndexAbsolute". |
![]() ![]() | InsertionIndexLineRelative | Returns "InsertionIndexLineRelative". |
![]() ![]() | IsPassword | Returns "IsPassword". |
![]() ![]() | LineCount | Returns "LineCount". |
![]() ![]() | MaxLength | Returns "MaxLength". |
![]() ![]() | Password | Returns "Password". |
![]() ![]() | ReadOnly | Returns "ReadOnly". |
![]() ![]() | SelectionEnd | Returns "SelectionEnd". |
![]() ![]() | SelectionStart | Returns "SelectionStart". |
![]() ![]() | SelectionText | Returns "SelectionText". |
![]() ![]() | Text | Returns "Text". |
