VCUserMacro::PerformEnvironmentSet Property

 

Sets of gets whether the macro is set within the environment.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

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

Property Value

Type: System::Boolean

TRUE if the macro is set within the scope of the environment, FALSE if not.

Return to top
Show: