Partager via


VCUserMacro.InheritsFromParent, propriété

Obtient ou définit si une macro d'utilisateur hérite des valeurs de son parent.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
TRUE si la macro hérite de son parent, FALSE de il ne fait pas.

Sécurité .NET Framework

Voir aussi

Référence

VCUserMacro Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms