InstanceKeyState 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.
Contains a list of valid states for instance keys.
public enum class InstanceKeyState
public enum InstanceKeyState
type InstanceKeyState =
Public Enum InstanceKeyState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The instance key is not associated with any instance. |
Associated | 1 | The instance key is associated with a non-completed instance. |
Completed | 2 | The instance key was associated with an instance, which is no longer active. |
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.