Compartir a través de


Debugger5.CurrentProcess (Propiedad)

Obtiene o establece el proceso activo.

Espacio de nombres:  EnvDTE100
Ensamblado:  EnvDTE100 (en EnvDTE100.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: EnvDTE.Process
Un objeto Process.

Implementaciones

Debugger4.CurrentProcess

Seguridad de .NET Framework

Vea también

Referencia

Debugger5 Interfaz

CurrentProcess (Sobrecarga)

EnvDTE100 (Espacio de nombres)