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
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 : StackFrame
Objet StackFrame.

Sécurité .NET Framework

Voir aussi

Référence

Debugger5 Interface

EnvDTE100, espace de noms