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
'Déclaration
Public Enumeration charSet
public enum charSet
public enum class charSet
type charSet
public enum charSet
Members
Member name | Description | |
---|---|---|
charSetNotSet | Not set | |
charSetUnicode | Unicode | |
charSetMBCS | Multi-Byte Character Set |
Remarks
charSet is used by the CharacterSet property.