IVsWebURLMRU.AddURL(String) Method

Definition

Add a URL to the most recently used (MRU) list.

public:
 int AddURL(System::String ^ bstrUrl);
public:
 int AddURL(Platform::String ^ bstrUrl);
int AddURL(std::wstring const & bstrUrl);
public int AddURL (string bstrUrl);
abstract member AddURL : string -> int
Public Function AddURL (bstrUrl As String) As Integer

Parameters

bstrUrl
String

[in] Pointer to a string containing the URL to add.

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::AddURL(  
   [in] BSTR bstrURL  
);  

Applies to