Compartir a través de


Breakpoint3.ConditionType (Propiedad)

Obtiene el tipo de condición del punto de interrupción, que puede ser interrumpir cuando sea verdadero o interrumpir cuando haya un cambio.

Espacio de nombres:  EnvDTE90a
Ensamblado:  EnvDTE90a (en EnvDTE90a.dll)

Sintaxis

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

Valor de propiedad

Tipo: dbgBreakpointConditionType
Uno de los valores de dbgBreakpointConditionType.

Comentarios

Vea ConditionType.

Seguridad de .NET Framework

Vea también

Referencia

Breakpoint3 Interfaz

EnvDTE90a (Espacio de nombres)