ElementIconState Enumeration

Specifies which icon most accurately indicates the state of an IModelElement in Visual Studio.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Enumeration ElementIconState
public enum ElementIconState
public enum class ElementIconState
type ElementIconState
public enum ElementIconState

Members

Member name Description
Resolved Show the "resolved" icon.
Warning Show the "warning" icon.
Error Show the "error" icon.

Remarks

Used by the UserInteractionServices class.

Examples

IModelElement

See Also

Reference

Microsoft.Data.Schema Namespace