This topic has not yet been rated Rate this topic

Breakpoint2.Message Property 

Gets or sets a breakpoint message.

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

string Message { get; set; }
/** @property */
String get_Message ()

/** @property */
void set_Message (/** @attribute InAttribute() */ String Message)

function get Message () : String

function set Message (Message : String)

Property Value

A string containing a breakpoint message.
Did you find this helpful?
(2000 characters remaining)
Advertisement