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

ComputerActionDrag.Path Property

Definition

An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg

[
  { x: 100, y: 200 },
  { x: 200, y: 300 }
]
public System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Coordinate> Path { get; }
member this.Path : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Coordinate>
Public ReadOnly Property Path As IList(Of Coordinate)

Property Value

Applies to