Breakpoint3::FilterBy Property

 

Gets or sets a condition at which a breakpoint is set.

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

property String^ FilterBy {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains a condition at which a breakpoint is set.

Return to top
Show: