_VSRELOADDOCDATA Enumeration

Specifies whether to ignore a subsequent file change.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration _VSRELOADDOCDATA
public enum _VSRELOADDOCDATA
public enum class _VSRELOADDOCDATA
type _VSRELOADDOCDATA
public enum _VSRELOADDOCDATA

Members

Member name Description
RDD_IgnoreNextFileChange Ignore the next file change.
RDD_RemoveUndoStack Clears the undo stack.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace