VCCodeStruct.IsFinal 屬性

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

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

VCCodeStruct 介面

Microsoft.VisualStudio.VCCodeModel 命名空間