[]
public class Conflict
This class contains data describing a conflict between two map items, one static, the other dynamic. A conflict exists between two map items if they refer to the same UI element.
| Name | Description |
|---|---|
| DynamicItem | Returns the dynamic map item. |
| Name | Returns the name of the UI element (serving as the identifier of the static map item). |
| StaticItem | Returns the static map item. |
| UIElementPath | Returns the UI element's path string (serving as the identifier of the dynamic map item). |