Freigeben über


Debugger4.CurrentProcess-Eigenschaft

Ruft den aktiven Prozess ab oder legt ihn fest.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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.

Hinweise

Siehe CurrentProcess.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger4 Schnittstelle

EnvDTE90a-Namespace