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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。