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)

属性值

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

.NET Framework 安全性

请参见

参考

VCRuntimeStringProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间