Breakpoint3.Condition Property

Gets the condition that triggers a breakpoint.

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

Syntax

'Declaration
ReadOnly Property Condition As String
    Get
string Condition { get; }
property String^ Condition {
    String^ get ();
}
abstract Condition : string
function get Condition () : String

Property Value

Type: System.String
A string that contains the condition that triggers the breakpoint.

Implements

Breakpoint2.Condition

Remarks

See Condition.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Condition Overload

EnvDTE90a Namespace