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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples