次の方法で共有


VMExtension.Settings プロパティ

定義

拡張機能の JSON 形式のパブリック設定を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="settings")]
public object Settings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="settings")>]
member this.Settings : obj with get, set
Public Property Settings As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象