IVsWebURLMRU::GetURLArray Method (Object^)

 

Retrieve the URLs in the most recently used (MRU) list.

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

int GetURLArray(
	[OutAttribute] Object^% pvarURLs
)

Parameters

pvarURLs
Type: System::Object^

[out] Pointer to a VARIANT containing an array of URLs.

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 IVsWebURLMRU::GetURLArray(
   [out, retval] VARIANT* pvarURLs
);
Return to top
Show: