IVsWebURLMRU::AddURL Method (String^)

 

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

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

int AddURL(
	String^ bstrUrl
)

Parameters

bstrUrl
Type: System::String^

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

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