/// <summary>
 /// The create web browser.
 /// </summary>
 /// <param name="dwCreateFlags">
 /// The dw create flags.
 /// </param>
 /// <param name="rguidOwner">
 /// The rguid owner.
 /// </param>
 /// <param name="lpszBaseCaption">
 /// The lpsz base caption.
 /// </param>
 /// <param name="lpszStartURL">
 /// The lpsz start url.
 /// </param>
 /// <param name="pUser">
 /// The p user.
 /// </param>
 /// <param name="ppBrowser">
 /// The pp browser.
 /// </param>
 /// <param name="ppFrame">
 /// The pp frame.
 /// </param>
 /// <returns>
 /// The create web browser.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int CreateWebBrowser(
     uint dwCreateFlags, ref Guid rguidOwner, string lpszBaseCaption, string lpszStartURL, IVsWebBrowserUser pUser, out IVsWebBrowser ppBrowser, out IVsWindowFrame ppFrame)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Example #2
0
 /// <summary>
 /// The create web browser.
 /// </summary>
 /// <param name="dwCreateFlags">
 /// The dw create flags.
 /// </param>
 /// <param name="rguidOwner">
 /// The rguid owner.
 /// </param>
 /// <param name="lpszBaseCaption">
 /// The lpsz base caption.
 /// </param>
 /// <param name="lpszStartURL">
 /// The lpsz start url.
 /// </param>
 /// <param name="pUser">
 /// The p user.
 /// </param>
 /// <param name="ppBrowser">
 /// The pp browser.
 /// </param>
 /// <param name="ppFrame">
 /// The pp frame.
 /// </param>
 /// <returns>
 /// The create web browser.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int CreateWebBrowser(
     uint dwCreateFlags, ref Guid rguidOwner, string lpszBaseCaption, string lpszStartURL, IVsWebBrowserUser pUser, out IVsWebBrowser ppBrowser, out IVsWindowFrame ppFrame)
 {
     throw new Exception("The method or operation is not implemented.");
 }