Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public dwCodePage As UInteger
'Utilizzo
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.