Udostępnij za pośrednictwem


Właściwość ApplicationUnderTest.Process —

Zwraca lub ustawia podstawowych Process obiektu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting
Zestaw:  Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.Diagnostics.Process
Podstawowa Process obiektu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ApplicationUnderTest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting