Compartir a través de


AutomationThreadParams Class

Definition

Represents the thread parameters for set and execute call.

public ref class AutomationThreadParams
public class AutomationThreadParams
type AutomationThreadParams = class
Public Class AutomationThreadParams
Inheritance
AutomationThreadParams

Constructors

AutomationThreadParams()

Initializes a new instance of the AutomationThreadParams class.

Properties

ControlName

Gets or sets the control name.

ControlValue

Gets or sets the control value.

Data

Gets or sets the extensible data.

Element

Gets or sets the automation element.

ex

Gets or sets the exception.

throwExceptionIfNotFound

Gets or sets the exception ExceptionIfNotFound.

waitHandle

Gets or sets the thread wait handle.

Applies to