Compartir a través de


VCDebugSettings.ShimCommand (Propiedad)

Obtiene o establece el comando de correcciones de compatibilidad (shim) de depuración.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: String
Cadena que contiene el comando de correcciones de compatibilidad (shim).

Seguridad de .NET Framework

Vea también

Referencia

VCDebugSettings Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)