Partager via


Debugger5.CurrentStackFrame, propriété

Obtient ou définit le frame de pile actuel.

Espace de noms :  EnvDTE100
Assembly :  EnvDTE100 (dans EnvDTE100.dll)

Syntaxe

'Déclaration
Property CurrentStackFrame As StackFrame
    Get
    Set
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)

Valeur de propriété

Type : EnvDTE.StackFrame
Objet StackFrame.

Implémentations

Debugger4.CurrentStackFrame

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

CurrentStackFrame, surcharge

EnvDTE100, espace de noms