EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLDOMNode.OuterXML

TElXMLDOMNode     See also    


 

This property gets the markup representing this node and all its child nodes.

 
 

Declaration

[C#]
    XMLString /*string*/ OuterXML;

[VB.NET]
    Property OuterXML As XMLString ' string

[Pascal]
    property OuterXML : XMLString {WideString};

[VB6]
    not implemented

[ActiveX]
    not implemented

[DLL]
    not implemented
 
 

Description

    Use this property to get the markup containing this node and all its child nodes.

 
 

See also:     NodeValue    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation