IVsWebBrowser.GetDocumentInfo(UInt32, Object) Method

Definition

Gets information about the specified document.

C++/WinRT
int GetDocumentInfo(unsigned int dwInfoIndex, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvarInfo);

Parameters

dwInfoIndex
UInt32

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

pvarInfo
Object

[out] The requested info.

Returns

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

Remarks

COM Signature

From vsbrowse.idl:

cpp#
HRESULT IVsWebBrowser::GetDocumentInfo(  
   [in] VSWBDOCINFOINDEX dwInfoIndex,   
   [out] VARIANT* pvarInfo  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022