_ProjectLoadSecurityDialogState 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 the state of the security dialog.
public enum class _ProjectLoadSecurityDialogState
public enum class _ProjectLoadSecurityDialogState
enum _ProjectLoadSecurityDialogState
public enum _ProjectLoadSecurityDialogState
type _ProjectLoadSecurityDialogState =
Public Enum _ProjectLoadSecurityDialogState
- Inheritance
-
_ProjectLoadSecurityDialogState
Fields
PLSDS_DontShowAgainBrowse | 2 | Don’t show it again when browsing. |
PLSDS_DontShowAgainFullLoad | 3 | Don’t show it again when the project is loaded. |
PLSDS_DontShowAgainUnload | 4 | Don’t show it again when the project is unloaded. |
PLSDS_ShowAgain | 1 | Show it again. |