InstanceKeyState 列舉

定義

包含實例索引鍵的有效狀態清單。

public enum class InstanceKeyState
public enum InstanceKeyState
type InstanceKeyState = 
Public Enum InstanceKeyState
繼承
InstanceKeyState

欄位

名稱 Description
Unknown 0

實例金鑰不會與任何實例相關聯。

Associated 1

實例金鑰與未完成實例相關聯。

Completed 2

實例金鑰是與一個已不再啟用的實例相關聯。

適用於