VCPlatform.DebuggerTool Property

Provides access to platform specific debugging tools.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property DebuggerTool As Object
用法
Dim instance As VCPlatform
Dim value As Object

value = instance.DebuggerTool
Object DebuggerTool { get; }
property Object^ DebuggerTool {
    Object^ get ();
}
function get DebuggerTool () : Object

Property Value

Type: System.Object

The debugger tool for the specific platform.

Permissions

See Also

Reference

VCPlatform Interface

VCPlatform Members

Microsoft.VisualStudio.VCProjectEngine Namespace