IVsHelpSystem::GetCurrentURL Method (String^)
Visual Studio 2015
Retrieves the URL of the topic currently displayed in the topic window.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppszURL
-
Type:
System::String^
[out] Pointer to a string containing the URL. The method allocates the string using SysAllocString. The caller is responsible for freeing the string with SysFreeString.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: