Entry Constructor (Type, 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 ( _
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.