IVsWebBrowser.GetDocumentInfo Method (UInt32, Object)
Visual Studio 2015
Gets information about the specified document.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
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.Int32If 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
);
Show: