Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSaveOptionsDlg
'Utilisation
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.