Proprietà Debugger5.CurrentProcess

Ottiene o imposta il processo attivo.

Spazio dei nomi:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: EnvDTE.Process
In Process oggetto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger5 Interfaccia

Overload CurrentProcess

Spazio dei nomi EnvDTE100