DoubleClickAction(Int64, Int64, IEnumerable<String>) Constructor
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.
Initializes a new instance of DoubleClickAction.
public DoubleClickAction(long x, long y, System.Collections.Generic.IEnumerable<string> keys);
new Azure.AI.AgentServer.Responses.Models.DoubleClickAction : int64 * int64 * seq<string> -> Azure.AI.AgentServer.Responses.Models.DoubleClickAction
Public Sub New (x As Long, y As Long, keys As IEnumerable(Of String))
Parameters
- x
- Int64
The x-coordinate where the double click occurred.
- y
- Int64
The y-coordinate where the double click occurred.
- keys
- IEnumerable<String>