次の方法で共有


RouteErrorPosition.Column プロパティ

定義

ルート エラーが発生した列を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="column")]
public int? Column { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="column")>]
member this.Column : Nullable<int> with get, set
Public Property Column As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象