[This is preliminary documentation and is subject to change.]

Gets a value indicating whether the current node is an empty element without an end element tag.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override bool IsEmptyElement { get; }
Visual Basic
Public Overrides ReadOnly Property IsEmptyElement As Boolean
	Get
Visual C++
public:
virtual property bool IsEmptyElement {
	bool get () override;
}
F#
abstract IsEmptyElement : bool
override IsEmptyElement : bool
JScript
override function get IsEmptyElement () : boolean

Return Value

True if context object has no public readable properties without mandatory arguments and it is not IEnumerable or it is IEnumerable but with no items inside.

See Also