Connection.SetMessageProperty(String, String, String) メソッド

定義

メッセージ内のパラメーターをサービスに追加します。 注: このメソッドは SpeechSynthesizer の接続では機能しません。 1.7.0 で追加

public void SetMessageProperty (string path, string propertyName, string propertyValue);
member this.SetMessageProperty : string * string * string -> unit
Public Sub SetMessageProperty (path As String, propertyName As String, propertyValue As String)

パラメーター

path
String

ネットワーク メッセージのパス。

propertyName
String

プロパティ名。

propertyValue
String

プロパティの値。 これは、JSON 文字列です。

適用対象