Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
Breakpoint2..::.Macro Property

Gets or sets a breakpoint macro.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Visual Basic (Declaration)
Property Macro As String
Visual Basic (Usage)
Dim instance As Breakpoint2
Dim value As String

value = instance.Macro

instance.Macro = value
C#
string Macro { get; set; }
Visual C++
property String^ Macro {
    String^ get ();
    void set (String^ value);
}
JScript
function get Macro () : String
function set Macro (value : String)

Property Value

Type: System..::.String
A string containing a breakpoint macro.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker