共用方式為


ElementIconState 列舉型別

指定在 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 類別所使用。

範例

IModelElement

請參閱

參考

Microsoft.Data.Schema 命名空間