DoubleClickAction 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.
A double click action.
public class DoubleClickAction : Azure.AI.Agents.Persistent.ComputerUseAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DoubleClickAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DoubleClickAction>
type DoubleClickAction = class
inherit ComputerUseAction
interface IJsonModel<DoubleClickAction>
interface IPersistableModel<DoubleClickAction>
Public Class DoubleClickAction
Inherits ComputerUseAction
Implements IJsonModel(Of DoubleClickAction), IPersistableModel(Of DoubleClickAction)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| X |
The x-coordinate where the double click occurred. |
| Y |
The y-coordinate where the double click occurred. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |