AtomElement.WriteElement Method (String, String, Boolean, String)
Writes an element into the flow.
[Visual Basic]Overloads Protected Friend Sub WriteElement( _
ByVal
localName As
String, _
ByVal
input As
String, _
ByVal
required As
Boolean, _
ByVal
message As
String _
)
Parameters
- localName
- The local name of the element.
- input
- The string to write.
- required
- true if the element is required, false otherwise
- message
- The error message if the element is missing.
See Also
AtomElement Class | Atom.Core Namespace | AtomElement.WriteElement Overload List