指定哪个图标可以最准确地标识 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 类使用。