VCPropertySheet::CharacterSet Property

 

Gets or sets a value specifying the character set for the compiler to use.

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

property charSet CharacterSet {
	charSet get();
	void set(charSet value);
}

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine::charSet

The character set for the compiler to use.

Use the charSet enumeration to change the value of this property.

Return to top
Show: