IVsSaveOptionsDlg Interface

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")> _
Public Interface IVsSaveOptionsDlg
'Usage
Dim instance As IVsSaveOptionsDlg
[InterfaceTypeAttribute()]
[GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
public interface IVsSaveOptionsDlg
[InterfaceTypeAttribute()]
[GuidAttribute(L"C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
public interface class IVsSaveOptionsDlg
public interface IVsSaveOptionsDlg

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.

See Also

Reference

IVsSaveOptionsDlg Members

Microsoft.VisualStudio.Shell.Interop Namespace