Debugger5.BreakpointLastHit, propriété
Obtient le dernier point d'arrêt ayant fait l'objet d'un accès. Pour obtenir une collection de plusieurs points d'arrêt faisant l'objet d'un accès simultané, consultez AllBreakpointsLastHit.
Espace de noms : EnvDTE100
Assembly : EnvDTE100 (dans EnvDTE100.dll)
Syntaxe
'Déclaration
ReadOnly Property BreakpointLastHit As Breakpoint
Get
Breakpoint BreakpointLastHit { get; }
property Breakpoint^ BreakpointLastHit {
Breakpoint^ get ();
}
abstract BreakpointLastHit : Breakpoint
function get BreakpointLastHit () : Breakpoint
Valeur de propriété
Type : EnvDTE.Breakpoint
Objet Breakpoint.
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.