SettingsUpdate Class
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 container of multiple setting values.
[MessagePack.MessagePackObject(false)]
public class SettingsUpdate : IEquatable<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingsUpdate>
[<MessagePack.MessagePackObject(false)>]
type SettingsUpdate = class
interface IEquatable<SettingsUpdate>
Public Class SettingsUpdate
Implements IEquatable(Of SettingsUpdate)
- Inheritance
-
SettingsUpdate
- Attributes
-
MessagePack.MessagePackObjectAttribute
- Implements
Constructors
SettingsUpdate(IReadOnlyCollection<ReadResult>, ReadOptions) |
A container of multiple setting values. |
SettingsUpdate(SettingsUpdate) |
Properties
EqualityContract | |
ReadOptions |
The options used to read the values. |
Values |
A collection of settings values read results. |
Methods
<Clone>$() | |
Deconstruct(IReadOnlyCollection<ReadResult>, ReadOptions) | |
Equals(Object) | |
Equals(SettingsUpdate) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(SettingsUpdate, SettingsUpdate) | |
Inequality(SettingsUpdate, SettingsUpdate) |