Construtor Entry (Type, String)
Construtor para a classe de entrada.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- type
Tipo: System.Type
Tipo de entrada.
- value
Tipo: System.String
O valor de entrada.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.