Konstruktor UITestAction — (UITechnologyElement)
Inicjuje nowe wystąpienie UITestAction klasy przy użyciu dostarczonego element interfejsu użytkownika.
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 UITestAction(
UITechnologyElement uiElement
)
protected:
UITestAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> UITestAction
protected function UITestAction(
uiElement : UITechnologyElement
)
Parametry
- uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
A UITechnologyElement obiekt, który reprezentuje element interfejsu użytkownika.
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