VCUserMacro.InheritsFromParent (Propiedad)

Obtiene o establece si una macro de usuario heredan los valores de su elemento primario.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
TRUE si la macro hereda de su elemento primario, FALSE de no.

Seguridad de .NET Framework

Vea también

Referencia

VCUserMacro Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)