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