__VSWBDOCINFOINDEX Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of document information for a Web page. Used with GetDocumentInfo(UInt32, Object) calls.
public enum class __VSWBDOCINFOINDEX
C++/CX
public enum class __VSWBDOCINFOINDEX
enum __VSWBDOCINFOINDEX
public enum __VSWBDOCINFOINDEX
type __VSWBDOCINFOINDEX =
Public Enum __VSWBDOCINFOINDEX
- Inheritance
-
__VSWBDOCINFOINDEX
Name | Value | Description |
---|---|---|
VSWBDI_DocDispatch | 0 | The object reference of the document. |
VSWBDI_DocName | 1 | The document’s name. |
VSWBDI_DocURL | 2 | The document’s URL. |
VSWBDI_DocType | 3 | The type of document. |
VSWBDI_DocStatusText | 4 | The document’s status text. |
VSWBDI_DocBusyStatus | 5 | The document’s current busy status. |
VSWBDI_DocReadyState | 6 | The document’s current ready state. |
VSWBDI_DocSize | 7 | The size of the document. |
VSWBDI_DocLastCtxMenuPos | 8 | The document’s last context menu position. |
From vsbrowse.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |