VSRELOADOPTION Enum
Definition
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 how to respond to externally modified documents.
public enum class VSRELOADOPTION
public enum class VSRELOADOPTION
enum VSRELOADOPTION
public enum VSRELOADOPTION
type VSRELOADOPTION =
Public Enum VSRELOADOPTION
- Inheritance
-
VSRELOADOPTION
Fields
VSRELOADOPTION_NEVER | 2 | Never reload externally modified documents. |
VSRELOADOPTION_PROMPT | 0 | Prompt user for reload of externally modified documents. |
VSRELOADOPTION_SILENT | 1 | Always silently reload externally modified documents. |
Remarks
COM Signature
From vsshell.idl: