Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that determines whether the debugger breaks or continues when a tracepoint or breakpoint finishes executing a macro. The default behavior is set by the user in the dialog box when the tracepoint or breakpoint is created. This property can be used to change the default behavior.
Namespace: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Property ForceContinue As Boolean
bool ForceContinue { get; set; }
property bool ForceContinue {
bool get ();
void set (bool value);
}
abstract ForceContinue : bool with get, set
function get ForceContinue () : boolean
function set ForceContinue (value : boolean)
Property Value
Type: System.Boolean
A Boolean that is true if continuation will be forced; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.