IVsWebURLMRU::AddURL Method (String^)
Visual Studio 2015
Add a URL to the most recently used (MRU) list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- bstrUrl
-
Type:
System::String^
[in] Pointer to a string containing the URL to add.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
HRESULT IVsWebURLMRU::AddURL(
[in] BSTR bstrURL
);
Show: