Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CustomXMLParts Interface
Definition
- Namespace:
- Microsoft.Office.Core
- Assembly:
- office.dll
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Feedback
Was this page helpful?
