UnlockResult 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 results of the unlock operation.
public enum class UnlockResult
public enum class UnlockResult
enum UnlockResult
public enum UnlockResult
type UnlockResult =
Public Enum UnlockResult
- Inheritance
-
UnlockResult
Fields
Name | Value | Description |
---|---|---|
Unlocked | 0 | The unlock operation completed successfully. |
SaveCancelled | 1 | The close operation did not complete because the user cancelled the PromptSave dialog, and therefore the document remained unlocked. |