Breakpoint3::Address Property
Visual Studio 2015
Gets the address that a breakpoint is bound to.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Property Value
Type: System::String^For native code, contains a hexadecimal string representation of the breakpoint memory address. For example, 0x5699341.
For managed code, contains a metadata-defined function followed by an IL offset. For example, MyApplication.MyFunc+0x000003.
Contains an error code if the breakpoint is not bound.
Show: