UITestAction Constructor (IAfxElement)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 IAfxElement _
)
'Usage
Dim uiElement As IAfxElement
Dim instance As New UITestAction(uiElement)
protected UITestAction(
IAfxElement uiElement
)
protected:
UITestAction(
IAfxElement^ uiElement
)
protected function UITestAction(
uiElement : IAfxElement
)
new :
uiElement:IAfxElement -> UITestAction
Parameters
- uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement
.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.