Partilhar via


Propriedade VCPlatform.DebuggerTool

Fornece acesso a plataforma específica de ferramentas de depuração.

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

Sintaxe

'Declaração
ReadOnly Property DebuggerTool As Object
Object DebuggerTool { get; }
property Object^ DebuggerTool {
    Object^ get ();
}
abstract DebuggerTool : Object with get
function get DebuggerTool () : Object

Valor de propriedade

Tipo: System.Object
A ferramenta de depurador para a plataforma específica.

Segurança do .NET Framework

Consulte também

Referência

VCPlatform Interface

Namespace Microsoft.VisualStudio.VCProjectEngine