次の方法で共有


ExpressionEvaluationOptions.Scope プロパティ

定義

入れ子になったテンプレート内のパラメーター、変数、関数の評価に使用するスコープを取得または設定します。 使用できる値は、'NotSpecified'、'Outer'、'Inner' です。

[Newtonsoft.Json.JsonProperty(PropertyName="scope")]
public string Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scope")>]
member this.Scope : string with get, set
Public Property Scope As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象