IVbcHostObject.SetCodePage(Int32) Method

Definition

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.

Applies to