Compartir a través de


Debugger5.CurrentStackFrame (Propiedad)

Obtiene o establece el marco de pila actual.

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

Sintaxis

'Declaración
Property CurrentStackFrame As StackFrame
StackFrame CurrentStackFrame { get; set; }
property StackFrame^ CurrentStackFrame {
    StackFrame^ get ();
    void set (StackFrame^ value);
}
abstract CurrentStackFrame : StackFrame with get, set
function get CurrentStackFrame () : StackFrame
function set CurrentStackFrame (value : StackFrame)

Valor de propiedad

Tipo: EnvDTE.StackFrame
Un objeto StackFrame.

Seguridad de .NET Framework

Vea también

Referencia

Debugger5 Interfaz

CurrentStackFrame (Sobrecarga)

EnvDTE100 (Espacio de nombres)