SettingValue 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 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) |