ContextEntry Constructor (String, String)
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
format As String, _
value As String _
)
public ContextEntry(
string format,
string value
)
public:
ContextEntry(
String^ format,
String^ value
)
new :
format:string *
value:string -> ContextEntry
public function ContextEntry(
format : String,
value : String
)
Parameters
- format
Type: String
- value
Type: String
.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.