Share via


Breakpoint3.Macro Property

Gets or sets a breakpoint macro.

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

Syntax

'Declaration
Property Macro As String
    Get
    Set
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 that contains a breakpoint macro.

Implements

Breakpoint2.Macro

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Macro Overload

EnvDTE90a Namespace

Other Resources

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