IXMLDOMNamedNodeMap Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IXMLDOMNamedNodeMap : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2933BF83-7B36-11D2-B20E-00C04F983E60")]
public interface IXMLDOMNamedNodeMap : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2933BF83-7B36-11D2-B20E-00C04F983E60")>]
type IXMLDOMNamedNodeMap = interface
interface IEnumerable
Public Interface IXMLDOMNamedNodeMap
Implements IEnumerable
- Attributes
- Implements
Properties
item[Int32] | |
length |
Methods
GetEnumerator() | |
getNamedItem(String) | |
getQualifiedItem(String, String) | |
nextNode() | |
removeNamedItem(String) | |
removeQualifiedItem(String, String) | |
reset() | |
setNamedItem(IXMLDOMNode) |