DOMNodeWrapper.nextSibling Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public ReadOnly Property nextSibling As IXMLDOMNode
Get
'Usage
Dim instance As DOMNodeWrapper
Dim value As IXMLDOMNode
value = instance.nextSibling
public IXMLDOMNode nextSibling { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Implements
IXMLDOMDocument3.nextSibling
IXMLDOMDocument2.nextSibling
IXMLDOMDocument.nextSibling
IXMLDOMElement.nextSibling
IXMLDOMCDATASection.nextSibling
IXMLDOMText.nextSibling
IXMLDOMAttribute.nextSibling
IXMLDOMComment.nextSibling
IXMLDOMCharacterData.nextSibling
IXMLDOMProcessingInstruction.nextSibling
IXMLDOMDocumentFragment.nextSibling
IXMLDOMDocumentType.nextSibling
IXMLDOMEntity.nextSibling
IXMLDOMEntityReference.nextSibling
IXMLDOMNode.nextSibling