CustomXMLParts Interface

Definition

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
Derived
Attributes
Implements

Properties

Application (Inherited from _IMsoDispObj)
Count

Gets the number of items in the _CustomXMLParts collection. Read-only.

(Inherited from _CustomXMLParts)
Creator (Inherited from _IMsoDispObj)
Item[Object]

Gets a _CustomXMLPart object from the _CustomXMLParts collection. Read-only.

(Inherited from _CustomXMLParts)
Parent

Gets the parent object for the _CustomXMLParts object. Read-only.

(Inherited from _CustomXMLParts)

Methods

Add(String, Object)

Allows you to add a new _CustomXMLPart to a file.

(Inherited from _CustomXMLParts)
add_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
add_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
add_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
GetEnumerator() (Inherited from _CustomXMLParts)
remove_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
remove_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
remove_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler) (Inherited from _CustomXMLPartsEvents_Event)
SelectByID(String)

Selects a custom XML part matching a GUID.

(Inherited from _CustomXMLParts)
SelectByNamespace(String)

Selects the collection of custom XML parts whose namespace matches the search criteria.

(Inherited from _CustomXMLParts)

Events

PartAfterAdd

Occurs just after a _CustomXMLPartobject is added to the _CustomXMLParts collection.

(Inherited from _CustomXMLPartsEvents_Event)
PartAfterLoad

Occurs just after a _CustomXMLPart object is loaded.

(Inherited from _CustomXMLPartsEvents_Event)
PartBeforeDelete

Occurs just before a _CustomXMLPart object is deleted from the _CustomXMLParts collection.

(Inherited from _CustomXMLPartsEvents_Event)

Applies to