IVsSaveOptionsDlg Interface

Definition

Shows a dialog box from which to choose additional save format options from within the Save As dialog box.

public interface class IVsSaveOptionsDlg
public interface class IVsSaveOptionsDlg
__interface IVsSaveOptionsDlg
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSaveOptionsDlg
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSaveOptionsDlg
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSaveOptionsDlg = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSaveOptionsDlg = interface
Public Interface IVsSaveOptionsDlg
Derived
Attributes

Remarks

Implemented by editors that need to show a dialog box from which to choose additional save format options from within the Save As dialog box. The interface is retrieved by QueryInterface from IVsUIShell. This interface is called from the Environment's implementation of SaveDocDataToFile.

Methods

ShowSaveOptionsDlg(UInt32, IntPtr, IntPtr)

Shows a dialog box from which to choose additional save format options.

Applies to