VCRuntimeStringProperty.Inheritable, propriété

Définit ou obtient une valeur indiquant si la propriété peut hériter d'un objet parent.

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

Syntaxe

'Déclaration
Property Inheritable As Boolean
bool Inheritable { get; set; }
property bool Inheritable {
    bool get ();
    void set (bool value);
}
abstract Inheritable : bool with get, set
function get Inheritable () : boolean
function set Inheritable (value : boolean)

Valeur de propriété

Type : System.Boolean
true si l'objet d'VCRuntimeStringProperty peut hériter des valeurs de son objet parent.

Sécurité .NET Framework

Voir aussi

Référence

VCRuntimeStringProperty Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms