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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.