Share via


VCUserMacro.InheritsFromParent Property

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
'Usage
Dim instance As VCUserMacro 
Dim value As Boolean 

value = instance.InheritsFromParent

instance.InheritsFromParent = value
bool InheritsFromParent { get; set; }
property bool InheritsFromParent {
    bool get ();
    void set (bool value);
}
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

See Also

Reference

VCUserMacro Interface

VCUserMacro Members

Microsoft.VisualStudio.VCProjectEngine Namespace