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)

property bool InheritsFromParent {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

TRUE if the macro inherits from its parent, FALSE of it does not.

Return to top
Show: