Freigeben über


Debugger5.CurrentProcess-Eigenschaft

Ruft den aktiven Prozess ab oder legt ihn fest.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Syntax

'Declaration
Property CurrentProcess As Process
Process CurrentProcess { get; set; }
property Process^ CurrentProcess {
    Process^ get ();
    void set (Process^ value);
}
abstract CurrentProcess : Process with get, set
function get CurrentProcess () : Process 
function set CurrentProcess (value : Process)

Eigenschaftswert

Typ: Process
Ein Process-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger5 Schnittstelle

EnvDTE100-Namespace