Konstruktor InputAction — (UITechnologyElement)
Inicjuje nowe wystąpienie InputAction klasy przy użyciu dostarczonego elementu.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
'Deklaracja
Protected Sub New ( _
uiElement As UITechnologyElement _
)
protected InputAction(
UITechnologyElement uiElement
)
protected:
InputAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> InputAction
protected function InputAction(
uiElement : UITechnologyElement
)
Parametry
- uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
A UITechnologyElement object.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common