CustomXMLParts 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |
方法
事件
| PartAfterAdd |
在对象添加到_CustomXMLParts集合后_CustomXMLPart发生。 (继承自 _CustomXMLPartsEvents_Event) |
| PartAfterLoad |
在加载对象后 _CustomXMLPart 发生。 (继承自 _CustomXMLPartsEvents_Event) |
| PartBeforeDelete |
在从_CustomXMLParts集合中删除对象之前_CustomXMLPart发生。 (继承自 _CustomXMLPartsEvents_Event) |