VSRELOADOPTION Enumeration
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
'Déclaration
Public Enumeration VSRELOADOPTION
'Utilisation
Dim instance As VSRELOADOPTION
public enum VSRELOADOPTION
public enum class 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: