次の方法で共有


HostKeys.FunctionKeys プロパティ

定義

ホスト レベルのファンクション キーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象