Condividi tramite


Proprietà VCPlatform.DebuggerTool

Consente di accedere agli strumenti debugger specifici della piattaforma.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
ReadOnly Property DebuggerTool As Object
Object DebuggerTool { get; }
property Object^ DebuggerTool {
    Object^ get ();
}
abstract DebuggerTool : Object with get
function get DebuggerTool () : Object

Valore proprietà

Tipo: Object
Strumento debugger per la piattaforma specifica.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPlatform Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine