Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Current action being executed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property CurrentAction As UITestAction
protected internal UITestAction CurrentAction { get; }
protected public:
property UITestAction^ CurrentAction {
UITestAction^ get ();
}
member CurrentAction : UITestAction with get
function get CurrentAction () : UITestAction
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Returns UITestAction.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace