Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Breakpoint object
Gets the Windows message that will trigger a breakpoint.
Syntax
object**.Message**
Parameters
object
An expression that evaluates to a Breakpoint object.
Remarks
The Message property has the DsWindowsMessage type and applies only to message breakpoints.
Example
The following example gets the Windows message that will trigger the first breakpoint in the Breakpoints collection:
Dim bps
Set bps = Debugger.Breakpoints
bps.Item(1).Message