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
    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

Debugger4.CurrentProcess

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger5 Schnittstelle

CurrentProcess-Überladung

EnvDTE100-Namespace