共用方式為


VCUserMacro.InheritsFromParent 屬性

取得或設定是否使用者巨集繼承自其父代的值。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property InheritsFromParent As Boolean
bool InheritsFromParent { get; set; }
property bool InheritsFromParent {
    bool get ();
    void set (bool value);
}
abstract InheritsFromParent : bool with get, set
function get InheritsFromParent () : boolean
function set InheritsFromParent (value : boolean)

屬性值

型別:System.Boolean
TRUE 如果巨集是繼承自其父代, FALSE的不存在。

.NET Framework 安全性

請參閱

參考

VCUserMacro 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間