Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or gets whether the property can inherit from a parent object.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property Inheritable As Boolean
Get
Set
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)
Property Value
Type: System.Boolean
true if the VCRuntimeStringProperty object can inherit values from its parent object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.