IVsWebBrowserUser.GetCustomURL Method (UInt32, String)
Visual Studio 2015
Gets a custom URL for the specified page.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- nPage
-
Type:
System.UInt32
[in] The page for which custom URL is desired.
- pbstrURL
-
Type:
System.String
[out] The custom URL for the specified page.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::GetCustomURL( [in] VSWBCUSTOMURL nPage, [out] BSTR* pbstrURL );
Show: