TextInfo.OEMCodePage Proprietà

Definizione

Ottiene la tabella codici OEM (Original Equipment Manufacturer) utilizzata dal sistema di scrittura rappresentata dalla classe TextInfo corrente.

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

Valore della proprietà

Tabella codici OEM utilizzata dal sistema di scrittura rappresentato dalla classe TextInfo corrente.

Si applica a

Vedi anche