_CustomXMLParts 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 _CustomXMLPart 。
public interface class _CustomXMLParts : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB09-0000-0000-C000-000000000046")]
public interface _CustomXMLParts : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB09-0000-0000-C000-000000000046")>]
type _CustomXMLParts = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface _CustomXMLParts
Implements _IMsoDispObj, IEnumerable
- 派生
- 属性
- 实现
注解
注意:不支持从自定义 XML 部件引用 DTD。 自定义 XML 部件中的 DTD 引用不会解析,并且当尝试将文件的内容保存到平面 XML 文件时,包含 DTD 引用的自定义 XML 部件将生成异常。
存在三个始终与文档一起创建的默认部件。 它们是“封面”、“文档属性”和“应用程序属性”。 最后两个版本在早期版本的 Microsoft Word 中,但现在在对象集合中 _CustomXMLParts 以 XML 形式提供
属性
Application |
获取一个 Application 对象,该对象代表对象的容器应用程序 _CustomXMLParts 。 只读。 |
Count |
获取集合中的 _CustomXMLParts 项数。 只读。 |
Creator |
获取一个 32 位整数,该整数指示创建对象的应用程序 _CustomXMLParts 。 只读。 |
Item[Object] |
从集合中_CustomXMLPart_CustomXMLParts获取对象。 只读。 |
Parent |
获取 对象的父对象 _CustomXMLParts 。 只读。 |
方法
Add(String, Object) |
允许向文件添加新 _CustomXMLPart 项。 |
GetEnumerator() |
表示 对象的集合 _CustomXMLPart 。 |
SelectByID(String) |
选择与 GUID 匹配的自定义 XML 部件。 |
SelectByNamespace(String) |
选择其命名空间与搜索条件匹配的自定义 XML 部件的集合。 |