/// <summary> /// The create external web browser. /// </summary> /// <param name="dwCreateFlags"> /// The dw create flags. /// </param> /// <param name="dwResolution"> /// The dw resolution. /// </param> /// <param name="lpszURL"> /// The lpsz url. /// </param> /// <returns> /// The create external web browser. /// </returns> /// <exception cref="Exception"> /// </exception> public int CreateExternalWebBrowser(uint dwCreateFlags, VSPREVIEWRESOLUTION dwResolution, string lpszURL) { throw new Exception("The method or operation is not implemented."); }
public int OpenStandardPreviewer(uint ospOpenDocPreviewer, string pszURL, VSPREVIEWRESOLUTION resolution, uint dwReserved) { throw new NotImplementedException(); }
/// <summary> /// The open standard previewer. /// </summary> /// <param name="ospOpenDocPreviewer"> /// The osp open doc previewer. /// </param> /// <param name="pszURL"> /// The psz url. /// </param> /// <param name="resolution"> /// The resolution. /// </param> /// <param name="dwReserved"> /// The dw reserved. /// </param> /// <returns> /// The open standard previewer. /// </returns> /// <exception cref="Exception"> /// </exception> public int OpenStandardPreviewer(uint ospOpenDocPreviewer, string pszURL, VSPREVIEWRESOLUTION resolution, uint dwReserved) { throw new Exception("The method or operation is not implemented."); }