Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines if any breakpoints are set for the Project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public bool HasBreakpoints { get; }
public:
property bool HasBreakpoints {
bool get();
}
member HasBreakpoints : bool with get
Public ReadOnly Property HasBreakpoints As Boolean
Property Value
Type: System.Boolean
true if the Project has set a Breakpoint; otherwise false.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace