Compartilhar via


Propriedade VCDebugSettings.ShimCommand

Define ou obtém o comando de correção de depuração.

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

Sintaxe

'Declaração
Property ShimCommand As String
string ShimCommand { get; set; }
property String^ ShimCommand {
    String^ get ();
    void set (String^ value);
}
abstract ShimCommand : string with get, set
function get ShimCommand () : String
function set ShimCommand (value : String)

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o comando de correção.

Segurança do .NET Framework

Consulte também

Referência

VCDebugSettings Interface

Namespace Microsoft.VisualStudio.VCProjectEngine