__VSWBDOCINFOINDEX Enum

Definition

Specifies the type of document information for a Web page. Used with GetDocumentInfo(UInt32, Object) calls.

public enum class __VSWBDOCINFOINDEX
public enum class __VSWBDOCINFOINDEX
enum __VSWBDOCINFOINDEX
public enum __VSWBDOCINFOINDEX
type __VSWBDOCINFOINDEX = 
Public Enum __VSWBDOCINFOINDEX
Inheritance
__VSWBDOCINFOINDEX

Fields

VSWBDI_DocBusyStatus 5

The document’s current busy status.

VSWBDI_DocDispatch 0

The object reference of the document.

VSWBDI_DocLastCtxMenuPos 8

The document’s last context menu position.

VSWBDI_DocName 1

The document’s name.

VSWBDI_DocReadyState 6

The document’s current ready state.

VSWBDI_DocSize 7

The size of the document.

VSWBDI_DocStatusText 4

The document’s status text.

VSWBDI_DocType 3

The type of document.

VSWBDI_DocURL 2

The document’s URL.

Remarks

COM Signature

From vsbrowse.idl:

Applies to