共用方式為


ApplicationUnderTest.Process 屬性

取得或設定基礎 Process 物件。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Property Process As Process
public Process Process { get; internal set; }
public:
property Process^ Process {
    Process^ get ();
    internal: void set (Process^ value);
}
member Process : Process with get, internal set
function get Process () : Process 
internal function set Process (value : Process)

屬性值

類型:Process
基礎 Process 物件。

.NET Framework 安全性

請參閱

參考

ApplicationUnderTest 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間