UnlockResult Enumeration
Specifies the results of the unlock operation.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Enumeration UnlockResult
public enum UnlockResult
public enum class UnlockResult
type UnlockResult
public enum UnlockResult
Members
Member name | Description | |
---|---|---|
SaveCancelled | The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained unlocked. | |
Unlocked | The unlock operation completed successfully. |