Condividi tramite


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: Process
Oggetto Process.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger5 Interfaccia

Spazio dei nomi EnvDTE100