CommitResult.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.
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