This topic has not yet been rated - Rate this topic

XmlProcessingInstruction.NextSibling | nextSibling property

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

Syntax


var nextSibling = xmlProcessingInstruction.nextSibling;

Property value

Type: IXmlNode

The right sibling of this node.

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

XmlProcessingInstruction

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.