DOMNodeWrapper.text 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 Property text As String
Get
Set
'Usage
Dim instance As DOMNodeWrapper
Dim value As String
value = instance.text
instance.text = value
public string text { get; set; }
Property Value
Type: System.String
Implements
IXMLDOMDocument3.text
IXMLDOMDocument2.text
IXMLDOMDocument.text
IXMLDOMElement.text
IXMLDOMCDATASection.text
IXMLDOMText.text
IXMLDOMAttribute.text
IXMLDOMComment.text
IXMLDOMCharacterData.text
IXMLDOMProcessingInstruction.text
IXMLDOMDocumentFragment.text
IXMLDOMDocumentType.text
IXMLDOMEntity.text
IXMLDOMEntityReference.text
IXMLDOMNode.text