InstanceValueConsistency Enum
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.
Describes the consistency guarantee of the instance values contained in a specified dictionary.
This enumeration supports a bitwise combination of its member values.
public enum class InstanceValueConsistency
[System.Flags]
public enum InstanceValueConsistency
[<System.Flags>]
type InstanceValueConsistency =
Public Enum InstanceValueConsistency
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that there is no consistency guarantee. |
InDoubt | 1 | Indicates that the consistency of the instance value is in doubt. |
Partial | 2 | Indicates that the consistency of the instance value is partial. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.