Delen via


SettingValueMetaData Struct

Definition

Additional information about a setting value.

[MessagePack.MessagePackObject(false)]
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct SettingValueMetaData : IEquatable<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueMetaData>
[<MessagePack.MessagePackObject(false)>]
[<System.Runtime.CompilerServices.IsReadOnly>]
type SettingValueMetaData = struct
Public Structure SettingValueMetaData
Implements IEquatable(Of SettingValueMetaData)
Inheritance
SettingValueMetaData
Attributes
MessagePack.MessagePackObjectAttribute IsReadOnlyAttribute
Implements

Constructors

SettingValueMetaData(Guid)

Additional information about a setting value.

Properties

ChangeSource

The invariant ID of the component that caused the change, or Empty if the result is from a get value operation.

Methods

Deconstruct(Guid)
Equals(Object)
Equals(SettingValueMetaData)
GetHashCode()
ToString()

Operators

Equality(SettingValueMetaData, SettingValueMetaData)
Inequality(SettingValueMetaData, SettingValueMetaData)

Applies to