次の方法で共有


IXMLDOMCharacterData インターフェイス

定義

public interface class IXMLDOMCharacterData : Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode
[System.Runtime.InteropServices.Guid("2933BF84-7B36-11D2-B20E-00C04F983E60")]
public interface IXMLDOMCharacterData : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
type IXMLDOMCharacterData = interface
    interface IXMLDOMNode
Public Interface IXMLDOMCharacterData
Implements IXMLDOMNode
派生
属性
実装

プロパティ

attributes
baseName
childNodes
data
dataType
definition
firstChild
lastChild
length
namespaceURI
nextSibling
nodeName
nodeType
nodeTypedValue
nodeTypeString
nodeValue
ownerDocument
parentNode
parsed
prefix
previousSibling
specified
text
xml

メソッド

appendChild(IXMLDOMNode)
appendData(String)
cloneNode(Boolean)
deleteData(Int32, Int32)
hasChildNodes()
insertBefore(IXMLDOMNode, Object)
insertData(Int32, String)
removeChild(IXMLDOMNode)
replaceChild(IXMLDOMNode, IXMLDOMNode)
replaceData(Int32, Int32, String)
selectNodes(String)
selectSingleNode(String)
substringData(Int32, Int32)
transformNode(IXMLDOMNode)
transformNodeToObject(IXMLDOMNode, Object)

適用対象