Share via


Breakpoint3.FilterBy Property

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

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

Syntax

'Declaration
Property FilterBy As String
    Get
    Set
string FilterBy { get; set; }
property String^ FilterBy {
    String^ get ();
    void set (String^ value);
}
abstract FilterBy : string with get, set
function get FilterBy () : String
function set FilterBy (value : String)

Property Value

Type: System.String
A string that contains a condition at which a breakpoint is set.

Implements

Breakpoint2.FilterBy

Remarks

See FilterBy.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

FilterBy Overload

EnvDTE90a Namespace