MediaScriptCommandEventArgs.ParameterValue プロパティ

定義

スクリプト コマンドの種類に関連付けられている引数を取得します。

public:
 property System::String ^ ParameterValue { System::String ^ get(); };
public string ParameterValue { get; }
member this.ParameterValue : string
Public ReadOnly Property ParameterValue As String

プロパティ値

スクリプト コマンドの種類に関連付けられている引数。

適用対象