UITestActionEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides event arguments for UITestAction events.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Class UITestActionEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UITestActionEventArgs
public class UITestActionEventArgs : EventArgs
public ref class UITestActionEventArgs : public EventArgs
type UITestActionEventArgs =  
    class
        inherit EventArgs
    end
public class UITestActionEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionEventArgs
      Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorEventArgs
      Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestWarningEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UITestActionEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestAction