VCActiveXReference::UseInBuild Property

 

Gets or sets a value indicating whether the assembly is used in the build process.

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

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

Property Value

Type: System::Boolean

true if the assembly will be used on the compiler's command line during the build; otherwise, false.

Return to top
Show: