Freigeben über


Breakpoint3.ConditionType-Eigenschaft

Ruft den Bedingungstyp des Haltepunks ab. Der Typ legt fest, ob eine Unterbrechung auftritt, wenn eine Bedingung wahr ist oder sich geändert hat.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property ConditionType As dbgBreakpointConditionType
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
    dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType with get
function get ConditionType () : dbgBreakpointConditionType

Eigenschaftswert

Typ: dbgBreakpointConditionType
Einer der dbgBreakpointConditionType-Werte.

Hinweise

Siehe ConditionType.

.NET Framework-Sicherheit

Siehe auch

Referenz

Breakpoint3 Schnittstelle

EnvDTE90a-Namespace