_ProjectLoadSecurityDialogState Enumeration
Specifies the state of the security dialog.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration _ProjectLoadSecurityDialogState
public enum _ProjectLoadSecurityDialogState
public enum class _ProjectLoadSecurityDialogState
type _ProjectLoadSecurityDialogState
public enum _ProjectLoadSecurityDialogState
Members
Member name | Description | |
---|---|---|
PLSDS_DontShowAgainBrowse | Don’t show it again when browsing. | |
PLSDS_DontShowAgainFullLoad | Don’t show it again when the project is loaded. | |
PLSDS_DontShowAgainUnload | Don’t show it again when the project is unloaded. | |
PLSDS_ShowAgain | Show it again. |