_VSRELOADDOCDATA Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether to ignore a subsequent file change.
public enum class _VSRELOADDOCDATA
C++/CX
public enum class _VSRELOADDOCDATA
enum _VSRELOADDOCDATA
public enum _VSRELOADDOCDATA
type _VSRELOADDOCDATA =
Public Enum _VSRELOADDOCDATA
- Inheritance
-
_VSRELOADDOCDATA
Name | Value | Description |
---|---|---|
RDD_IgnoreNextFileChange | 1 | Ignore the next file change. |
RDD_RemoveUndoStack | 2 | Clears the undo stack. |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |