The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HtmlEdit::PropertyNames Class
Contains a field for each property of the HtmlEdit 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)
System::Object
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlEdit::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlEdit::PropertyNames
| Name | Description | |
|---|---|---|
![]() | HtmlEdit::PropertyNames() | Initializes a new instance of the HtmlEdit::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 | |
|---|---|---|
![]() ![]() | CopyPastedText | Returns "CopyPastedText". |
![]() ![]() | DefaultText | Returns "DefaultText". |
![]() ![]() | IsPassword | Returns "IsPassword". |
![]() ![]() | LabeledBy | Returns "LabeledBy". |
![]() ![]() | MaxLength | Returns "MaxLength". |
![]() ![]() | Password | Returns "Password". |
![]() ![]() | ReadOnly | Returns "ReadOnly". |
![]() ![]() | Text | Returns "Text". |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



