Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
isConstant As Boolean _
)
public Entry(
string value,
bool isConstant
)
public:
Entry(
String^ value,
bool isConstant
)
new :
value:string *
isConstant:bool -> Entry
public function Entry(
value : String,
isConstant : boolean
)
Parameters
value
Type: StringThe value of the entry.
isConstant
Type: BooleanTrue if the entry is not from a resource. The default is true.
.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.