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.
Entry Class
Contains the definition of Entry class. This can be used to store a value and its type.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | Entry() | Constructor for Entry class. |
![]() | Entry(String^) | Constructor for Entry class. |
![]() | Entry(String^, Boolean) | Constructor for Entry class. |
![]() | Entry(Type^, String^) | Constructor for Entry class. |
| Name | Description | |
|---|---|---|
![]() | EntryType | Type should be the expected type of ValueString or ActionLogFormats/ActionNames enumerations in which case the string corresponding to those enumerations will be taken. |
![]() | TypeName | |
![]() | ValueString |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Overrides Object::ToString().) |
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:


