BINDINFO.dwCodePage Field
Represents an unsigned long integer value that contains the code page used to perform the conversion.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Public dwCodePage As UInteger
‘사용 방법
Dim instance As BINDINFO
Dim value As UInteger
value = instance.dwCodePage
instance.dwCodePage = value
public uint dwCodePage
public:
unsigned int dwCodePage
val mutable dwCodePage: uint32
public var dwCodePage : uint
Remarks
dwCodePage can have the following values in the table below.
Value |
|
---|---|
CP_ACP |
ANSI code page |
CP_MACCP |
Macintosh code page |
CP_OEMCP |
OEM code page |
CP_SYMBOL |
Symbol code page (42) |
CP_THREAD_ACP |
Current thread's ANSI code page |
CP_UTF7 |
Translate using UTF-7 |
CP_UTF8 |
Translate using UTF-8 |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.