This topic has not yet been rated - Rate this topic

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)

[GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8")] 
[InterfaceTypeAttribute(1)] 
public interface IVsSaveOptionsDlg
/** @attribute GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsSaveOptionsDlg
GuidAttribute("C3E2ED14-4E64-4C26-84D7-68CCD071A0C8") 
InterfaceTypeAttribute(1) 
public interface IVsSaveOptionsDlg

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ