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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.