AutomationThreadParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |