Share via


Breakpoint2.Macro Property

Gets or sets a breakpoint macro.

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

Syntax

'Declaration
Property Macro As String
'Usage
Dim instance As Breakpoint2 
Dim value As String 

value = instance.Macro

instance.Macro = value
string Macro { get; set; }
property String^ Macro {
    String^ get ();
    void set (String^ value);
}
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

Breakpoint2 Members

EnvDTE80 Namespace

Other Resources

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