Partager via


Debugger4.CurrentStackFrame, propriété

Obtient ou définit le frame de pile actuel.

Espace de noms :  EnvDTE90a
Assembly :  EnvDTE90a (dans EnvDTE90a.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.

Notes

Consultez CurrentStackFrame.

Sécurité .NET Framework

Voir aussi

Référence

Debugger4 Interface

EnvDTE90a, espace de noms