共用方式為


VCRuntimeStringProperty.Switch 屬性

取得或設定文字的命令列參數。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
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)

屬性值

型別:System.String
字串,包含參數的文字。

.NET Framework 安全性

請參閱

參考

VCRuntimeStringProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間