Breakpoint::Tag Property

 

Sets or gets a user-defined string identifying the Breakpoint.

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

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

Property Value

Type: System::String^

A string value representing the Breakpoint.

The following example demonstrates how to use the Tag property.

No code example is currently available or this language may not be supported.
Return to top
Show: