Breakpoint2.Macro Property

Gets or sets a breakpoint macro.

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

Syntax

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

Property Value

Type: System.String
A string containing a breakpoint macro.

.NET Framework Security

See Also

Reference

Breakpoint2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples