VCXDCMakeTool::UseUnicodeResponseFiles Property

 

Sets or gets whether the docs should use unicode.

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

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

Property Value

Type: System::Boolean

TRUE if unicode is to be used, FALSE otherwise.

Return to top
Show: