Share via


DOMNodeWrapper.nextSibling - Propriété

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly :  Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntaxe

'Déclaration
Public ReadOnly Property nextSibling As IXMLDOMNode
    Get
'Utilisation
Dim instance As DOMNodeWrapper
Dim value As IXMLDOMNode

value = instance.nextSibling
public IXMLDOMNode nextSibling { get; }

Valeur de propriété

Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode

Implémentations

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

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms