TextInfo.OEMCodePage 属性

定义

获取由当前 TextInfo表示的写入系统使用的原始设备制造商(OEM)代码页。

public:
 property int OEMCodePage { int get(); };
public:
 virtual property int OEMCodePage { int get(); };
public int OEMCodePage { get; }
public virtual int OEMCodePage { get; }
member this.OEMCodePage : int
Public ReadOnly Property OEMCodePage As Integer
Public Overridable ReadOnly Property OEMCodePage As Integer

属性值

由当前表示 TextInfo的写入系统使用的 OEM 代码页。

适用于

另请参阅