语言

ExecuteProcess.StandardOutputVariable 属性

定义

获取或设置用于捕获待运行进程输出的变量名称。

public:
 property System::String ^ StandardOutputVariable { System::String ^ get(); void set(System::String ^ value); };
public string StandardOutputVariable { get; set; }
member this.StandardOutputVariable : string with get, set
Public Property StandardOutputVariable As String

属性值

包含用于捕获要运行进程输出的变量名称的字符串。

实现

适用于