__VSRDTSAVEOPTIONS3 Enumeration
Specifies additional save options for a document in the running document table (RDT).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSRDTSAVEOPTIONS3
public enum __VSRDTSAVEOPTIONS3
public enum class __VSRDTSAVEOPTIONS3
type __VSRDTSAVEOPTIONS3
public enum __VSRDTSAVEOPTIONS3
Members
Member name | Description | |
---|---|---|
RDTSAVEOPT_SilentSave | Instructs the RDT to pass along a request to make the save silent (that is, no UI prompts). The call might fail with this flag if a silent save is not possible. |