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






Gets the text value of the current node.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As String
 
value = instance.Value
C# 
public override string Value {get;}
Delphi 
public read-only property Value: String; override; 
JScript 
public override function get Value : String
Managed Extensions for C++ 
public: __property string* get_Value() override;
C++/CLI 
public:
property String^ Value {
   String^ get() override;
}

Property Value

The value returned depends on the System.Xml.XmlReader.NodeType of the node. The following table lists node types that have a value to return. All other node types return String.Empty.Node type Value AttributeThe value of the attribute. CDATAThe content of the CDATA section. CommentThe content of the comment. DocumentTypeThe internal subset. ProcessingInstructionThe entire content, excluding the target. SignificantWhitespaceThe white space between markup in a mixed content model. TextThe content of the text node. WhitespaceThe white space between markup. XmlDeclarationThe content of the declaration.

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.