CustomXMLParts 接口

定义

public interface class CustomXMLParts : Microsoft::Office::Core::_CustomXMLParts, Microsoft::Office::Core::_CustomXMLPartsEvents_Event
[System.Runtime.InteropServices.Guid("000CDB09-0000-0000-C000-000000000046")]
public interface CustomXMLParts : Microsoft.Office.Core._CustomXMLParts, Microsoft.Office.Core._CustomXMLPartsEvents_Event
[<System.Runtime.InteropServices.Guid("000CDB09-0000-0000-C000-000000000046")>]
type CustomXMLParts = interface
    interface _CustomXMLParts
    interface _CustomXMLPartsEvents_Event
Public Interface CustomXMLParts
Implements _CustomXMLParts, _CustomXMLPartsEvents_Event
派生
属性
实现

属性

Application (继承自 _IMsoDispObj)
Count

获取集合中的 _CustomXMLParts 项数。 此为只读属性。

(继承自 _CustomXMLParts)
Creator (继承自 _IMsoDispObj)
Item[Object]

从集合中_CustomXMLPart_CustomXMLParts获取对象。 此为只读属性。

(继承自 _CustomXMLParts)
Parent

获取 对象的父对象 _CustomXMLParts 。 此为只读属性。

(继承自 _CustomXMLParts)

方法

Add(String, Object)

允许向文件添加新 _CustomXMLPart 项。

(继承自 _CustomXMLParts)
add_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler) (继承自 _CustomXMLPartsEvents_Event)
add_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler) (继承自 _CustomXMLPartsEvents_Event)
add_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler) (继承自 _CustomXMLPartsEvents_Event)
GetEnumerator() (继承自 _CustomXMLParts)
remove_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler) (继承自 _CustomXMLPartsEvents_Event)
remove_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler) (继承自 _CustomXMLPartsEvents_Event)
remove_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler) (继承自 _CustomXMLPartsEvents_Event)
SelectByID(String)

选择与 GUID 匹配的自定义 XML 部件。

(继承自 _CustomXMLParts)
SelectByNamespace(String)

选择其命名空间与搜索条件匹配的自定义 XML 部件的集合。

(继承自 _CustomXMLParts)

事件

PartAfterAdd

在对象添加到_CustomXMLParts集合后_CustomXMLPart发生。

(继承自 _CustomXMLPartsEvents_Event)
PartAfterLoad

在加载对象后 _CustomXMLPart 发生。

(继承自 _CustomXMLPartsEvents_Event)
PartBeforeDelete

在从_CustomXMLParts集合中删除对象之前_CustomXMLPart发生。

(继承自 _CustomXMLPartsEvents_Event)

适用于