指定在 Visual Studio 中,哪個圖示可以最精確地表示 IModelElement 的狀態。
命名空間: Microsoft.Data.Schema
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Enumeration ElementIconState
public enum ElementIconState
public enum class ElementIconState
type ElementIconState
public enum ElementIconState
成員
| 成員名稱 | 說明 | |
|---|---|---|
| Resolved | 顯示「已解決」圖示。 | |
| Warning | 顯示「警告」圖示。 | |
| Error | 顯示「錯誤」圖示。 |
備註
由 UserInteractionServices 類別所使用。