Konstruktor AggregatedAction — (UITechnologyElement)
Inicjuje nowe wystąpienie AggregatedAction klasy dla elementu interfejsu użytkownika dostarczone.
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 AggregatedAction(
UITechnologyElement uiElement
)
protected:
AggregatedAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> AggregatedAction
protected function AggregatedAction(
uiElement : UITechnologyElement
)
Parametry
uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA 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 Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common