IVsWebBrowser.GetDocumentInfo Method (UInt32, Object)

 

Gets information about the specified document.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetDocumentInfo(
	uint dwInfoIndex,
	out object pvarInfo
)

Parameters

dwInfoIndex
Type: System.UInt32

[in] __VSWBDOCINFOINDEX specifying document name, URL, type, etc. to be returned.

pvarInfo
Type: System.Object

[out] The requested info.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsbrowse.idl:

HRESULT IVsWebBrowser::GetDocumentInfo(
   [in] VSWBDOCINFOINDEX dwInfoIndex, 
   [out] VARIANT* pvarInfo
);
Return to top
Show: