Condividi tramite


Proprietà VCRuntimeStringProperty.Inheritable

Ottiene o imposta un valore che indica se la proprietà è possibile ereditare da un oggetto padre.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se VCRuntimeStringProperty l'oggetto può ereditare valori dal relativo oggetto padre.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCRuntimeStringProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine