IVsWebURLMRU.GetURLArray(Object) Method
Definition
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.
Retrieve the URLs in the most recently used (MRU) list.
public:
int GetURLArray([Runtime::InteropServices::Out] System::Object ^ % pvarURLs);
int GetURLArray([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pvarURLs);
public int GetURLArray (out object pvarURLs);
abstract member GetURLArray : obj -> int
Public Function GetURLArray (ByRef pvarURLs As Object) As Integer
Parameters
- pvarURLs
- Object
[out] Pointer to a VARIANT containing an array of URLs.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsbrowse.idl:
HRESULT IVsWebURLMRU::GetURLArray(
[out, retval] VARIANT* pvarURLs
);