Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AggregatedAction class for the provided user interface (UI) element.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
uiElement As UITechnologyElement _
)
protected AggregatedAction(
UITechnologyElement uiElement
)
protected:
AggregatedAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> AggregatedAction
protected function AggregatedAction(
uiElement : UITechnologyElement
)
Parameters
uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object that represents an element in the UI.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.