UITestAction Properties

Include Protected Members
Include Inherited Members

The UITestAction type exposes the following members.

Properties

  Name Description
Public property ActionLogEntry Gets or sets the action log entry for the action.
Public property ActionName Gets the name of the action. The set procedure is not supported in this base class.
Public property ActualThinkTime Gets or sets the think time after it processes other playback parameters that are provided by the UIActionInterpreter, such as the ThinkTimeMultiplier.
Public property AdditionalInfo When implemented in a derived class, gets a string that contains custom information.
Public property Comment Gets or sets a comment for this action.
Public property ContinueOnError Gets or sets a value that indicates whether to continue even if this action fails.
Public property ContinueOnErrorWrapper Gets or sets the value of the ContinueOnError property as a string for serialization.
Public property ElapsedTime Gets or sets the time span of the action.
Public property EndTimestamp The timestamp for the end of the action.
Public property Id Gets or sets a unique numeric identifier for this action.
Public property IsParameterBound If this action can be parameterized, gets or sets a value that indicates whether the action is bound to a test parameter.
Public property IsParameterizable Gets a value that indicates whether this action can be parameterized.
Public property NeedFiltering Gets or sets a value that indicates whether this action can be processed by a UITestActionFilter.
Public property ParameterName Gets or sets the name of the corresponding parameter for the action value.
Public property StartTimestamp Gets or sets the starting time stamp when executing this action.
Public property Tags Gets a dictionary of additional information about this action that is needed during recording, aggregation, or post-processing. The set procedure is private.
Public property ThinkTime Gets or sets the number of seconds that are required to execute this action.
Public property ThinkTimeString Gets or sets the think time for this action by using a string value.
Public property Timestamp Gets or sets the time stamp for this action.
Public property UIElement Gets or sets the UI element on which this action operates.
Public property UIObjectName Gets or sets the name of the UI element on which this action operates.
Public property UITestActionExtension Sets or gets the an instance of UITestActionExtension which contains properties related to actions.
Public property ValueAsString Gets or sets the value of this action as a string. The set procedure is not supported in this base class.

Top

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace