Partilhar via


Propriedade ApplicationUnderTest.Process

Obtém ou define o objeto subjacente de Process .

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Diagnostics.Process
o objeto subjacente de Process .

Segurança do .NET Framework

Consulte também

Referência

ApplicationUnderTest Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting