DocData.ShowSaveOptionsDlg(UInt32, IntPtr, IntPtr) 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.
Implementation of IVsSaveOptionsDlg.ShowSaveOptionsDlg. Display the AdvancedSaveDialog to gather the encoding from the user.
public:
virtual int ShowSaveOptionsDlg(System::UInt32 dwReserved, IntPtr hwndDlgParent, IntPtr pszFilename);
public int ShowSaveOptionsDlg (uint dwReserved, IntPtr hwndDlgParent, IntPtr pszFilename);
abstract member ShowSaveOptionsDlg : uint32 * nativeint * nativeint -> int
override this.ShowSaveOptionsDlg : uint32 * nativeint * nativeint -> int
Public Function ShowSaveOptionsDlg (dwReserved As UInteger, hwndDlgParent As IntPtr, pszFilename As IntPtr) As Integer
Parameters
- dwReserved
- UInt32
- hwndDlgParent
-
IntPtr
nativeint
- pszFilename
-
IntPtr
nativeint