SettingsWriteResponse.ChangeResults Property
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.
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)