0 out of 1 rated this helpful - Rate this topic

DtdEntity.NextSibling | nextSibling property

Gets the next sibling of the node in the parent's child list.

Syntax


public:
property IXmlNode^ NextSibling { 
   IXmlNode^ get();
}

Property value

Type: IXmlNode

The right sibling of this node or NULL if there is no right sibling.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

DtdEntity

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.