Breakpoint2.Macro Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a breakpoint macro.
public:
property System::String ^ Macro { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Macro { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1105)]
public string Macro { [System.Runtime.InteropServices.DispId(1105)] get; [System.Runtime.InteropServices.DispId(1105)] set; }
[<System.Runtime.InteropServices.DispId(1105)>]
[<get: System.Runtime.InteropServices.DispId(1105)>]
[<set: System.Runtime.InteropServices.DispId(1105)>]
member this.Macro : string with get, set
Public Property Macro As String
Property Value
A string containing a breakpoint macro.
- Attributes