CustomXMLNodes 接口

定义

包含表示文档中 XML 节点的 对象的集合 CustomXMLNode

public interface class CustomXMLNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")]
public interface CustomXMLNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")>]
type CustomXMLNodes = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface CustomXMLNodes
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

AttributesChildNodes 属性返回此类型的节点的集合。

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 CustomXMLNodes 。 只读。

Count

获取集合中CustomXMLNodes对象数的CustomXMLNode计数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 CustomXMLNodes 。 只读。

Item[Int32]

从集合中CustomXMLNodeCustomXMLNodes获取对象。 只读。

Parent

获取 对象的父对象 CustomXMLNodes 。 只读。

方法

GetEnumerator()

包含表示文档中 XML 节点的 对象的集合 CustomXMLNode

适用于