charSet Enumeration
Defines whether _UNICODE or _MBCS should be set. It also affects the linker entry point where appropriate.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration charSet
public enum charSet
public enum class charSet
type charSet
public enum charSet
Members
Member name | Description | |
---|---|---|
charSetMBCS | Multi-Byte Character Set | |
charSetNotSet | Not set | |
charSetUnicode | Unicode |
Remarks
charSet is used by the CharacterSet property.