Printer Friendly Version      Send     
Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

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

Gets or sets a breakpoint message.

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

Visual Basic (Declaration)
Property Message As String
Visual Basic (Usage)
Dim instance As Breakpoint2
Dim value As String

value = instance.Message

instance.Message = value
C#
string Message { get; set; }
C++
property String^ Message {
	String^ get ();
	void set ([InAttribute] String^ Message);
}
J#
/** @property */
String get_Message ()

/** @property */
void set_Message (/** @attribute InAttribute() */ String Message)
JScript
function get Message () : String

function set Message (Message : String)

Property Value

A string containing a breakpoint message.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker