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
    Get
    Set
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: EnvDTE.Process
Ein Process-Objekt.

Implementiert

Debugger3.CurrentProcess

Hinweise

Weitere Informationen finden Sie unter CurrentProcess.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger4 Schnittstelle

CurrentProcess-Überladung

EnvDTE90a-Namespace