Compartir a través de


ApplicationUnderTest.Process (Propiedad)

Obtiene o establece el objeto Process subyacente.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Diagnostics.Process
Objeto Process subyacente.

Seguridad de .NET Framework

Vea también

Referencia

ApplicationUnderTest Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)