SettingChangeResult Constructors

Definition

Overloads

SettingChangeResult(SettingChangeResult)
SettingChangeResult(SettingChangeOutcome, Boolean, String)

The result of a call to one of ISettingsWriter's Enqueue*Change methods.

SettingChangeResult(SettingChangeResult)

protected SettingChangeResult (Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingChangeResult original);
Protected Sub New (original As SettingChangeResult)

Parameters

Applies to

SettingChangeResult(SettingChangeOutcome, Boolean, String)

The result of a call to one of ISettingsWriter's Enqueue*Change methods.

public SettingChangeResult (Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingChangeOutcome Outcome, bool CommitWillChangeEffectiveValue, string? Message);
new Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingChangeResult : Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingChangeOutcome * bool * string -> Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingChangeResult
Public Sub New (Outcome As SettingChangeOutcome, CommitWillChangeEffectiveValue As Boolean, Message As String)

Parameters

CommitWillChangeEffectiveValue
Boolean
Message
String

An optional message with more details in case of failure. Useful for debugging or logging.

Applies to