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
[InterfaceTypeAttribute()]
[GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
public interface IVsSaveOptionsDlg
[InterfaceTypeAttribute()]
[GuidAttribute(L"C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
public interface class IVsSaveOptionsDlg
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")>]
type IVsSaveOptionsDlg =  interface end
public interface IVsSaveOptionsDlg

The IVsSaveOptionsDlg type exposes the following members.

Methods

  Name Description
Public method ShowSaveOptionsDlg Shows a dialog box from which to choose additional save format options.

Top

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

Microsoft.VisualStudio.Shell.Interop Namespace