SettingCommitOutcome Enum
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.
The outcome of a call to RequestCommit(String).
C#
public enum SettingCommitOutcome
type SettingCommitOutcome =
Public Enum SettingCommitOutcome
- Inheritance
-
SettingCommitOutcome
Name | Value | Description |
---|---|---|
NoChangesQueued | 0 | No changes were queued when RequestCommit(String) was called. |
Success | 1 | The changes were applied successfully. |
PendingApproval | 2 | The changes are waiting for user approval. |
InternalError | 3 | An unexpected error occurred. See the error message for details. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2022 |