Compartir a través de


VsRdtSaveOptions Enum

Definition

__VSRDTSAVEOPTIONS, __VSRDTSAVEOPTIONS2

This enumeration supports a bitwise combination of its member values.

public enum class VsRdtSaveOptions
public enum class VsRdtSaveOptions
enum VsRdtSaveOptions
[System.Flags]
public enum VsRdtSaveOptions
[<System.Flags>]
type VsRdtSaveOptions = 
Public Enum VsRdtSaveOptions
Inheritance
VsRdtSaveOptions
Attributes

Fields

Name Value Description
Reserved -65536

Reserved flag, do not use.

SaveIfDirty 0

Saves only if changes have been made. (This is the default.)

PromptSave 1

Prompts user to save the document.

ForceSave 2

Forces a save even if not dirty.

SaveNoChildren 4

Saves only the root of the hierarchy passed in; does not include its children.

SaveOnlyChildren 8

Saves only children of the hierarchy passed in; does not include the hierarchy itself.

ActivateDocOnErr 16

Activates the editor window of a document if it generates an error on save.

SkipNewUnsaved 32

Indicates that new unsaved files (created in the New File dialog) should be skipped.

SaveAllButThis 64

Indicates that everything will be saved normally except the exception. The supplied document token indicates the exception.

DocClose 65536

Indicates that the save is a result of a document close.

SaveAs 536870912

Indicates that the SaveAs dialog is displayed.

Applies to