ComputerActionType Struct
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.
public readonly struct ComputerActionType : IEquatable<Azure.AI.AgentServer.Responses.Models.ComputerActionType>
type ComputerActionType = struct
Public Structure ComputerActionType
Implements IEquatable(Of ComputerActionType)
- Inheritance
-
ComputerActionType
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerActionType(String) |
Initializes a new instance of ComputerActionType. |
Properties
| Name | Description |
|---|---|
| Click |
Gets the Click. |
| DoubleClick |
Gets the DoubleClick. |
| Drag |
Gets the Drag. |
| Keypress |
Gets the Keypress. |
| Move |
Gets the Move. |
| Screenshot |
Gets the Screenshot. |
| Scroll |
Gets the Scroll. |
| Type |
Gets the Type. |
| Wait |
Gets the Wait. |
Methods
| Name | Description |
|---|---|
| Equals(ComputerActionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ComputerActionType, ComputerActionType) |
Determines if two ComputerActionType values are the same. |
| Implicit(String to ComputerActionType) |
Converts a string to a ComputerActionType. |
| Implicit(String to Nullable<ComputerActionType>) | |
| Inequality(ComputerActionType, ComputerActionType) |
Determines if two ComputerActionType values are not the same. |