SettingsUpdate.Values 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.
A collection of settings values read results.
[MessagePack.Key(0)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ReadResult> Values { get; init; }
[<MessagePack.Key(0)>]
member this.Values : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ReadResult> with get, set
Public Property Values As IReadOnlyCollection(Of ReadResult)
Property Value
- Attributes
-
MessagePack.KeyAttribute