__VSWBDOCINFOINDEX Enumeration
Specifies the type of document information for a Web page. Used with GetDocumentInfo calls.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSWBDOCINFOINDEX
public enum __VSWBDOCINFOINDEX
public enum class __VSWBDOCINFOINDEX
type __VSWBDOCINFOINDEX
public enum __VSWBDOCINFOINDEX
Members
Member name | Description | |
---|---|---|
VSWBDI_DocBusyStatus | The document’s current busy status. | |
VSWBDI_DocDispatch | The object reference of the document. | |
VSWBDI_DocLastCtxMenuPos | The document’s last context menu position. | |
VSWBDI_DocName | The document’s name. | |
VSWBDI_DocReadyState | The document’s current ready state. | |
VSWBDI_DocSize | The size of the document. | |
VSWBDI_DocStatusText | The document’s status text. | |
VSWBDI_DocType | The type of document. | |
VSWBDI_DocURL | The document’s URL. |
Remarks
COM Signature
From vsbrowse.idl: