This topic has not yet been rated - Rate this topic

Breakpoint2.Macro Property 

Gets or sets a breakpoint macro.

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

string Macro { get; set; }
/** @property */
String get_Macro ()

/** @property */
void set_Macro (/** @attribute InAttribute() */ String Macro)

function get Macro () : String

function set Macro (Macro : String)

Property Value

A string containing a breakpoint macro.
Did you find this helpful?
(1500 characters remaining)