VCPlatform.DebuggerTool Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to platform specific debugging tools.
public:
property System::Object ^ DebuggerTool { System::Object ^ get(); };
public:
property Platform::Object ^ DebuggerTool { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2515)]
public object DebuggerTool { [System.Runtime.InteropServices.DispId(2515)] get; }
[<System.Runtime.InteropServices.DispId(2515)>]
[<get: System.Runtime.InteropServices.DispId(2515)>]
member this.DebuggerTool : obj
Public ReadOnly Property DebuggerTool As Object
Property Value
The debugger tool for the specific platform.
- Attributes