共用方式為


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
屬性若為 true VCRuntimeStringProperty物件可以繼承自其父物件的值。

.NET Framework 安全性

請參閱

參考

VCRuntimeStringProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間