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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.