你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersistentAgentsModelFactory.DragAction Method

Definition

Initializes a new instance of DragAction.

public static Azure.AI.Agents.Persistent.DragAction DragAction(System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.CoordinatePoint> path = default);
static member DragAction : seq<Azure.AI.Agents.Persistent.CoordinatePoint> -> Azure.AI.Agents.Persistent.DragAction
Public Shared Function DragAction (Optional path As IEnumerable(Of CoordinatePoint) = Nothing) As DragAction

Parameters

path
IEnumerable<CoordinatePoint>

An array of coordinates representing the path of the drag action.

Returns

A new DragAction instance for mocking.

Applies to