Share via


Breakpoint3.Tag Property

Sets or gets a user-defined string that identifyies this breakpoint.

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

Syntax

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

Property Value

Type: System.String
A string that contains the breakpoint tag.

Remarks

See Tag.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace