Breakpoint3::Tag Property

 

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

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

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

Property Value

Type: System::String^

A string that contains the breakpoint tag.

Return to top
Show: