VCPropertySheet.CharacterSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value specifying the character set for the compiler to use.
public:
property Microsoft::VisualStudio::VCProjectEngine::charSet CharacterSet { Microsoft::VisualStudio::VCProjectEngine::charSet get(); void set(Microsoft::VisualStudio::VCProjectEngine::charSet value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::charSet CharacterSet { Microsoft::VisualStudio::VCProjectEngine::charSet get(); void set(Microsoft::VisualStudio::VCProjectEngine::charSet value); };
[System.Runtime.InteropServices.DispId(739)]
public Microsoft.VisualStudio.VCProjectEngine.charSet CharacterSet { [System.Runtime.InteropServices.DispId(739)] get; [System.Runtime.InteropServices.DispId(739)] set; }
[<System.Runtime.InteropServices.DispId(739)>]
[<get: System.Runtime.InteropServices.DispId(739)>]
[<set: System.Runtime.InteropServices.DispId(739)>]
member this.CharacterSet : Microsoft.VisualStudio.VCProjectEngine.charSet with get, set
Public Property CharacterSet As charSet
Property Value
The character set for the compiler to use.
- Attributes
Remarks
Use the charSet enumeration to change the value of this property.