Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the underlying Process object.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Diagnostics.Process
The underlying Process object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.