Compartir a través de


Debugger4.CurrentStackFrame (Propiedad)

Obtiene o establece el marco de pila actual.

Espacio de nombres:  EnvDTE90a
Ensamblado:  EnvDTE90a (en EnvDTE90a.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: StackFrame
Un objeto StackFrame.

Comentarios

Vea CurrentStackFrame.

Seguridad de .NET Framework

Vea también

Referencia

Debugger4 Interfaz

EnvDTE90a (Espacio de nombres)