CommitResult.ChangeResults Property

Definition

Contains a collection of ChangeResults for each attempted change.

[MessagePack.Key(1)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ChangeResult> ChangeResults { get; init; }
[<MessagePack.Key(1)>]
member this.ChangeResults : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ChangeResult> with get, set
Public Property ChangeResults As IReadOnlyCollection(Of ChangeResult)

Property Value

Attributes
MessagePack.KeyAttribute

Applies to