Compartilhar via


Propriedade VCRuntimeBooleanProperty.Switch

Obtém ou define o texto do que a opção de linha de comando.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
A seqüência de caracteres que contém o texto do switch.

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeBooleanProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine