次の方法で共有


PatternCaptureTokenFilter.Patterns プロパティ

定義

各トークンと一致するパターンの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="patterns")]
public System.Collections.Generic.IList<string> Patterns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="patterns")>]
member this.Patterns : System.Collections.Generic.IList<string> with get, set
Public Property Patterns As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象