IDTSBreakpointManager100.IsBreakpointTargetEnabled(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
bool IsBreakpointTargetEnabled(int breakpointID);
[System.Runtime.InteropServices.DispId(2)]
public bool IsBreakpointTargetEnabled (int breakpointID);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member IsBreakpointTargetEnabled : int -> bool
Public Function IsBreakpointTargetEnabled (breakpointID As Integer) As Boolean
Paramètres
- breakpointID
- Int32
Retours
true si le point d’arrêt est activé ; sinon, false.
- Attributs