MediaScriptCommandEventArgs.ParameterValue プロパティ

定義

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

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

プロパティ値

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

適用対象