Breakpoint3.Message Property

Gets or sets a breakpoint message.

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

Syntax

'Declaration
Property Message As String
    Get
    Set
string Message { get; set; }
property String^ Message {
    String^ get ();
    void set (String^ value);
}
abstract Message : string with get, set
function get Message () : String
function set Message (value : String)

Property Value

Type: System.String
A string that contains a breakpoint message.

Implements

Breakpoint2.Message

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Message Overload

EnvDTE90a Namespace

Other Resources

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