XmlConfiguratonOperatorHasAttributesOrElements Method |
Test if an element has no attributes or child elements
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static bool HasAttributesOrElements(
XmlElement element
)
public:
static bool HasAttributesOrElements(
XmlElement^ element
)
Parameters
- element
- Type: System.XmlXmlElement
the element to inspect
Return Value
Type:
Booleantrue if the element has any attributes or child elements,
false otherwise
See Also