Compartilhar via


Propriedade Breakpoint3.ConditionType

Obtém o tipo de condição do ponto de interrupção, que pode ser qualquer quebra quando for verdadeiro, ou quebra quando ele for alterado.

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

Sintaxe

'Declaração
ReadOnly Property ConditionType As dbgBreakpointConditionType
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
    dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType
function get ConditionType () : dbgBreakpointConditionType

Valor de propriedade

Tipo: EnvDTE.dbgBreakpointConditionType
Dentre as dbgBreakpointConditionType valores.

Comentários

Consulte ConditionType.

Segurança do .NET Framework

Consulte também

Referência

Breakpoint3 Interface

Sobrecargas ConditionType

Namespace EnvDTE90a