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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.