Compartir a través de


VCRuntimeBooleanProperty.Switch (Propiedad)

Obtiene o establece el texto del modificador de la línea de comandos.

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

Sintaxis

'Declaración
Property Switch As String
string Switch { get; set; }
property String^ Switch {
    String^ get ();
    void set (String^ value);
}
abstract Switch : string with get, set
function get Switch () : String
function set Switch (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene el texto del modificador.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeBooleanProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)