Share via


SettingsWriteResponse.ChangeResults Property

Definition

Gets a collection of SettingChangeResult for each attempted change. In case of error, this can be used to discover which change caused the commit to fail.

public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Extensibility.Settings.SettingChangeResult>? ChangeResults { get; }
member this.ChangeResults : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Extensibility.Settings.SettingChangeResult>
Public ReadOnly Property ChangeResults As IReadOnlyCollection(Of SettingChangeResult)

Property Value

Applies to