Partilhar via


Propriedade VCUserMacro.InheritsFromParent

Obtém ou define se uma macro herda os valores de seu pai.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
TRUE Se a macro herda de seu pai, FALSE de não existir.

Segurança do .NET Framework

Consulte também

Referência

VCUserMacro Interface

Namespace Microsoft.VisualStudio.VCProjectEngine