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.
Gets or sets whether a user macro inherits values from its parent.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property InheritsFromParent As Boolean
Get
Set
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)
Property Value
Type: System.Boolean
TRUE if the macro inherits from its parent, FALSE of it does not.
.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.