[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] protected enum ElementFlags
<FlagsAttribute> _ Protected Enumeration ElementFlags
[FlagsAttribute] protected enum class ElementFlags
| Member | Description |
|---|---|
| Dirty | State flag indicating this Element has a dirty value. This state is
enabled at the time of constuction (i.e. all elements are dirty by
default) and must be explicitly disabled by an agent as necessary.
|
| Empty | State flag indicating this Element has an empty value. This state is
disabled at the time of construction, but may be set or cleared by
methods that set this element's value.
|
| DoNotEncode |
Option flag indicating XML Encoding of character entities should not
be performed on this Element's text content when rendered by the ADK.
|