次の方法で共有


ExtensionDataSource.ExtensionSettings プロパティ

定義

拡張機能の設定を取得または設定します。 この形式は、特定の拡張機能に固有です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象