ApplicationUnderTest.Process-Eigenschaft

Ruft das zugrunde liegende Process-Objekt ab oder legt es fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Property Process As Process
    Get
    Friend Set
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)

Eigenschaftswert

Typ: System.Diagnostics.Process
Das zugrunde liegende Process-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ApplicationUnderTest Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace