Compartir a través de


VCRuntimeStringProperty.Inheritable (Propiedad)

Obtiene o establece si la propiedad puede heredar de un objeto primario.

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

Sintaxis

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

Valor de propiedad

Tipo: Boolean
true si el objeto VCRuntimeStringProperty puede heredar valores de su objeto primario.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeStringProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)