IVsWebBrowser.GetDocumentInfo(UInt32, Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the specified document.
public:
int GetDocumentInfo(System::UInt32 dwInfoIndex, [Runtime::InteropServices::Out] System::Object ^ % pvarInfo);
C++/WinRT
int GetDocumentInfo(unsigned int dwInfoIndex, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvarInfo);
public int GetDocumentInfo(uint dwInfoIndex, out object pvarInfo);
abstract member GetDocumentInfo : uint32 * obj -> int
Public Function GetDocumentInfo (dwInfoIndex As UInteger, ByRef pvarInfo As Object) As Integer
- dwInfoIndex
- UInt32
[in] __VSWBDOCINFOINDEX specifying document name, URL, type, etc. to be returned.
- pvarInfo
- Object
[out] The requested info.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
cpp#
HRESULT IVsWebBrowser::GetDocumentInfo(
[in] VSWBDOCINFOINDEX dwInfoIndex,
[out] VARIANT* pvarInfo
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |