Breakpoint3::Condition Property

 

Gets the condition that triggers a breakpoint.

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

property String^ Condition {
	String^ get();
}

Property Value

Type: System::String^

A string that contains the condition that triggers the breakpoint.

Return to top
Show: