SettingValueMetaData Struct
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.
Additional information about a setting value.
[MessagePack.MessagePackObject(false)]
public readonly struct SettingValueMetaData : IEquatable<Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueMetaData>
[<MessagePack.MessagePackObject(false)>]
type SettingValueMetaData = struct
Public Structure SettingValueMetaData
Implements IEquatable(Of SettingValueMetaData)
- Inheritance
-
SettingValueMetaData
- Attributes
-
MessagePack.MessagePackObjectAttribute
- Implements
Constructors
| Name | Description |
|---|---|
| SettingValueMetaData(Guid) |
Additional information about a setting value. |
Properties
| Name | Description |
|---|---|
| ChangeSource |
The invariant ID of the component that caused the change, or Empty if the result is from a get value operation. |
Methods
| Name | Description |
|---|---|
| Deconstruct(Guid) | |
| Equals(Object) | |
| Equals(SettingValueMetaData) | |
| GetHashCode() | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(SettingValueMetaData, SettingValueMetaData) | |
| Inequality(SettingValueMetaData, SettingValueMetaData) | |