VCCodeClass.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)

属性值

类型:Boolean

.NET Framework 安全性

请参阅

参考

VCCodeClass 接口

Microsoft.VisualStudio.VCCodeModel 命名空间