Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains the option flags used in the BINDINFO structure.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration BINDINFO_OPTIONS
public enum BINDINFO_OPTIONS
public enum class BINDINFO_OPTIONS
type BINDINFO_OPTIONS
public enum BINDINFO_OPTIONS
Members
| Member name | Description | |
|---|---|---|
| BINDINFO_OPTIONS_BINDTOOBJECT | Indicates that the application is binding to an object. | |
| BINDINFO_OPTIONS_DISABLE_UTF8 | Indicates that UTF-8 encoding should be disabled. | |
| BINDINFO_OPTIONS_ENABLE_UTF8 | Indicates that 8-bit Unicode Transformation Format (UTF-8) encoding should be enabled. | |
| BINDINFO_OPTIONS_USE_IE_ENCODING | Indicates that Microsoft Internet Explorer's default encoding scheme should be used. | |
| BINDINFO_OPTIONS_WININETFLAG | Indicates that the values contained in the dwOptionFlags member of the BINDINFO structure are Microsoft Win32 Internet API flags. |