Compartilhar via


IXMLDOMNotation Interface

Definition

public interface class IXMLDOMNotation : MSXML::IXMLDOMNode
[System.Runtime.InteropServices.Guid("2933BF8C-7B36-11D2-B20E-00C04F983E60")]
public interface IXMLDOMNotation : MSXML.IXMLDOMNode
[<System.Runtime.InteropServices.Guid("2933BF8C-7B36-11D2-B20E-00C04F983E60")>]
type IXMLDOMNotation = interface
    interface IXMLDOMNode
Public Interface IXMLDOMNotation
Implements IXMLDOMNode
Attributes
Implements

Properties

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

Methods

appendChild(IXMLDOMNode)
cloneNode(Boolean)
hasChildNodes()
insertBefore(IXMLDOMNode, Object)
removeChild(IXMLDOMNode)
replaceChild(IXMLDOMNode, IXMLDOMNode)
selectNodes(String)
selectSingleNode(String)
transformNode(IXMLDOMNode)
transformNodeToObject(IXMLDOMNode, Object)

Applies to