VCRuntimeStringProperty.Inheritable 属性

设置或获取是否属性可从父对象中继承。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property Inheritable As Boolean
bool Inheritable { get; set; }
property bool Inheritable {
    bool get ();
    void set (bool value);
}
abstract Inheritable : bool with get, set
function get Inheritable () : boolean 
function set Inheritable (value : boolean)

属性值

类型:Boolean
如果 VCRuntimeStringProperty 对象可以从父对象中继承的值,则为 true。

.NET Framework 安全性

请参阅

参考

VCRuntimeStringProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间