共用方式為


VCCodeFunction.IsDefault 屬性

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

VCCodeFunction 介面

Microsoft.VisualStudio.VCCodeModel 命名空間