共用方式為


VCCodeFunction.IsConstant 屬性

取得或設定值,指出項目是否為常數。

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

語法

'宣告
Property IsConstant As Boolean
bool IsConstant { get; set; }
property bool IsConstant {
    bool get ();
    void set (bool value);
}
abstract IsConstant : bool with get, set
function get IsConstant () : boolean 
function set IsConstant (value : boolean)

屬性值

類型:Boolean
如果項目是常數則為 true,否則為 false。

備註

IsConstant 傳回這個程式碼變數代表的儲存位置是否可設定。

.NET Framework 安全性

請參閱

參考

VCCodeFunction 介面

Microsoft.VisualStudio.VCCodeModel 命名空間

其他資源

如何:編譯和執行 Automation 物件模型程式碼範例