Intersoft ClientUI Documentation
IsEmptyElement Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : IsEmptyElement Property






Gets a value indicating whether the current node is an empty element (for example, ).

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property IsEmptyElement As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.IsEmptyElement
C# 
public override bool IsEmptyElement {get;}
Delphi 
public read-only property IsEmptyElement: Boolean; override; 
JScript 
public override function get IsEmptyElement : boolean
Managed Extensions for C++ 
public: __property bool get_IsEmptyElement() override;
C++/CLI 
public:
property bool IsEmptyElement {
   bool get() override;
}

Property Value

true if the current node is an element (System.Xml.XmlReader.NodeType equals XmlNodeType.Element) that ends with />; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.