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 ( _
type As Type, _
value As String _
)
public Entry(
Type type,
string value
)
public:
Entry(
Type^ type,
String^ value
)
new :
type:Type *
value:string -> Entry
public function Entry(
type : Type,
value : String
)
Parameters
type
Type: TypeType of the entry.
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.