Debugger4.AllBreakpointsLastHit, propriété
Obtient une collection des derniers points d'arrêt liés ayant fait l'objet d'un accès simultané.
Espace de noms : EnvDTE90a
Assembly : EnvDTE90a (dans EnvDTE90a.dll)
Syntaxe
'Déclaration
ReadOnly Property AllBreakpointsLastHit As Breakpoints
Get
Breakpoints AllBreakpointsLastHit { get; }
property Breakpoints^ AllBreakpointsLastHit {
Breakpoints^ get ();
}
abstract AllBreakpointsLastHit : Breakpoints
function get AllBreakpointsLastHit () : Breakpoints
Valeur de propriété
Type : EnvDTE.Breakpoints
Collection Breakpoints.
Implémentations
Debugger3.AllBreakpointsLastHit
Notes
Consultez AllBreakpointsLastHit.
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.