BINDINFO_OPTIONS Enumeration
Visual Studio 2015
Contains the option flags used in the BINDINFO structure.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| 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 F:Microsoft.VisualStudio.OLE.Interop.dwOptionFlags member of the BINDINFO structure are Microsoft Win32 Internet API flags. |
Show: