Construtor InvokeAction (UITechnologyElement, Object)
Chama o construtor de ação.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public InvokeAction(
UITechnologyElement uiElement,
object value
)
public:
InvokeAction(
UITechnologyElement^ uiElement,
Object^ value
)
new :
uiElement:UITechnologyElement *
value:Object -> InvokeAction
Public Sub New (
uiElement As UITechnologyElement,
value As Object
)
Parâmetros
- value
Type: System.Object
Consulte também
InvokeAction Sobrecarga
Classe InvokeAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo