IVsWebURLMRU.AddURL(String) 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.
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
);