MediaScriptCommandEventArgs.ParameterValue 属性

定义

获取与脚本命令类型相关联的参数。

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

属性值

String

与脚本命令类型相关联的参数。

适用于