CustomXMLPart 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class CustomXMLPart : Microsoft::Office::Core::_CustomXMLPart, Microsoft::Office::Core::_CustomXMLPartEvents_Event
[System.Runtime.InteropServices.Guid("000CDB05-0000-0000-C000-000000000046")]
public interface CustomXMLPart : Microsoft.Office.Core._CustomXMLPart, Microsoft.Office.Core._CustomXMLPartEvents_Event
[<System.Runtime.InteropServices.Guid("000CDB05-0000-0000-C000-000000000046")>]
type CustomXMLPart = interface
interface _CustomXMLPart
interface _CustomXMLPartEvents_Event
Public Interface CustomXMLPart
Implements _CustomXMLPart, _CustomXMLPartEvents_Event
- 派生
- 属性
- 实现
属性
Application | (继承自 _IMsoDispObj) |
BuiltIn |
获取一个值,该值指示 是否 _CustomXMLPart 为内置。 只读 (继承自 _CustomXMLPart) |
Creator | (继承自 _IMsoDispObj) |
DocumentElement |
获取文档中数据绑定区域的根元素。 如果该区域为空,则该属性将返回 Nothing。 此为只读属性。 (继承自 _CustomXMLPart) |
Errors |
获取一个 CustomXMLValidationErrors 对象,该对象提供对任何 XML 验证错误(如果存在)的访问权限。 如果没有验证错误,则此属性返回 Nothing。 此为只读属性。 (继承自 _CustomXMLPart) |
Id |
获取一个 字符串 ,其中包含分配给当前 _CustomXMLPart 对象的 GUID。 此为只读属性。 (继承自 _CustomXMLPart) |
NamespaceManager |
获取针对当前 _CustomXMLPart 对象使用的命名空间前缀映射集。 此为只读属性。 (继承自 _CustomXMLPart) |
NamespaceURI |
获取 对象的命名空间的唯一 _CustomXMLPart 地址标识符。 此为只读属性。 (继承自 _CustomXMLPart) |
Parent |
获取 对象的父对象 _CustomXMLPart 。 此为只读属性。 (继承自 _CustomXMLPart) |
SchemaCollection |
获取或设置一个 CustomXMLSchemaCollection 对象,该对象表示附加到文档中绑定数据区域的架构集。 读/写。 (继承自 _CustomXMLPart) |
XML |
获取当前 _CustomXMLPart 对象的 XML 表示形式。 此为只读属性。 (继承自 _CustomXMLPart) |
方法
事件
NodeAfterDelete |
在对象中删除 _CustomXMLPart 节点后发生。 (继承自 _CustomXMLPartEvents_Event) |
NodeAfterInsert |
在对象中 _CustomXMLPart 插入节点后发生。 (继承自 _CustomXMLPartEvents_Event) |
NodeAfterReplace |
恰好在对象中 _CustomXMLPart 替换节点后发生。 (继承自 _CustomXMLPartEvents_Event) |