[This is preliminary documentation and is subject to change.]
Represents information about an IElementDef that is specific to a version of SIF
| C# | Visual Basic | Visual C++ |
public interface IElementVersionInfo
Public Interface IElementVersionInfo
public interface class IElementVersionInfo
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| GetSurrogate(IElementDef) |
A RenderSurrogate instance, if necessary for rendering this element in this version of SIF
| |
| IsCollapsed |
Does this element "collapse" in this version of SIF? This happens with list container elements
in SIF 1.x
| |
| IsRepeatable |
Is this element repeatable in this version of SIF?
| |
| Sequence |
The Sequence number of this element in this version of SIF
| |
| Tag |
The XML tag name used for this version of SIF
|