Delen via


SettingValue Class

Definition

A setting value.

[MessagePack.MessagePackObject(false)]
public class SettingValue : IEquatable<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValue>
[<MessagePack.MessagePackObject(false)>]
type SettingValue = class
    interface IEquatable<SettingValue>
Public Class SettingValue
Implements IEquatable(Of SettingValue)
Inheritance
SettingValue
Attributes
MessagePack.MessagePackObjectAttribute
Implements

Constructors

SettingValue(SettingValue)
SettingValue(SettingValueType, String)

A setting value.

Properties

Data

The value as a JSON string.

EqualityContract
ValueType

The type of the value.

Methods

<Clone>$()
Deconstruct(SettingValueType, String)
Equals(Object)
Equals(SettingValue)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Equality(SettingValue, SettingValue)
Inequality(SettingValue, SettingValue)

Applies to