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: System.String
Cadena que contiene el comando de correcciones de compatibilidad (shim).
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.