 | XmlSchemaManagerCreateAttribute Method |
Creates the attribute with the provided name if this attribute is defined in this schema instance.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual XAttribute CreateAttribute(
XElement element,
string attributeName
)
Public Overridable Function CreateAttribute (
element As XElement,
attributeName As String
) As XAttribute
public:
virtual XAttribute^ CreateAttribute(
XElement^ element,
String^ attributeName
)
Parameters
- element XElement
- The element.
- attributeName String
- Name of the attribute.
Return Value
XAttributeThe created XML attribute.
See Also