Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how to respond to externally modified documents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSRELOADOPTION
public enum VSRELOADOPTION
public enum class VSRELOADOPTION
type VSRELOADOPTION
public enum VSRELOADOPTION
Members
Member name | Description | |
---|---|---|
VSRELOADOPTION_PROMPT | Prompt user for reload of externally modified documents. | |
VSRELOADOPTION_SILENT | Always silently reload externally modified documents. | |
VSRELOADOPTION_NEVER | Never reload externally modified documents. |
Remarks
COM Signature
From vsshell.idl: