Entry Constructor (String)
Constructor for Entry class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
public Entry(
string value
)
public:
Entry(
String^ value
)
new :
value:string -> Entry
public function Entry(
value : String
)
Parameters
value
Type: StringThe value of the entry.
.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.