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
'宣言
<GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSaveOptionsDlg
'使用
Dim instance As IVsSaveOptionsDlg
[GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
[InterfaceTypeAttribute()]
public interface IVsSaveOptionsDlg
[GuidAttribute(L"C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")]
[InterfaceTypeAttribute()]
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.