ICscHostObject.SetCodePage(Int32) Method
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.
Specifies the code page to use for all source code files in the compilation.
public:
bool SetCodePage(int codePage);
public bool SetCodePage (int codePage);
abstract member SetCodePage : int -> bool
Public Function SetCodePage (codePage As Integer) As Boolean
Parameters
- codePage
- Int32
The code page to use for all source code files in the compilation.
Returns
true
if the method was successful; otherwise, false
.