DOMNodeWrapper.nodeType 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 nodeType As DOMNodeType
    Get
'Usage
Dim instance As DOMNodeWrapper
Dim value As DOMNodeType

value = instance.nodeType
public DOMNodeType nodeType { get; }

Property value

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

Implements

IXMLDOMDocument3.nodeType
IXMLDOMDocument2.nodeType
IXMLDOMDocument.nodeType
IXMLDOMElement.nodeType
IXMLDOMCDATASection.nodeType
IXMLDOMText.nodeType
IXMLDOMAttribute.nodeType
IXMLDOMComment.nodeType
IXMLDOMCharacterData.nodeType
IXMLDOMProcessingInstruction.nodeType
IXMLDOMDocumentFragment.nodeType
IXMLDOMDocumentType.nodeType
IXMLDOMEntity.nodeType
IXMLDOMEntityReference.nodeType
IXMLDOMNode.nodeType

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace