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 命名空间