Freigeben über


CustomXMLPart Members

Include Protected Members
Include Inherited Members

The CustomXMLPart type exposes the following members.

Properties

  Name Description
Public property Application Gets an Application object that represents the container application for the _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)
Public property BuiltIn Gets a value that indicates whether the _CustomXMLPart is built-in. Read-only (Inherited from _CustomXMLPart.)
Public property Creator Gets a 32-bit integer that indicates the application in which the _CustomXMLPart object was created. Read-only. (Inherited from _CustomXMLPart.)
Public property DocumentElement Gets the root element of a bound region of data in a document. If the region is empty, the property returns Nothing. Read-only. (Inherited from _CustomXMLPart.)
Public property Errors Gets a CustomXMLValidationErrors object that provides access to any XML validation errors, if any exists. If no validation errors exist, this property returns Nothing. Read-only. (Inherited from _CustomXMLPart.)
Public property Id Gets a String containing the GUID assigned to the current _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)
Public property NamespaceManager Gets the set of namespace prefix mappings used against the current _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)
Public property NamespaceURI Gets the unique address identifier for the namespace of the _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)
Public property Parent Gets the parent object for the _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)
Public property SchemaCollection Gets or sets a CustomXMLSchemaCollection object representing the set of schemas attached to a bound region of data in a document. Read/write. (Inherited from _CustomXMLPart.)
Public property XML Gets the XML representation of the current _CustomXMLPart object. Read-only. (Inherited from _CustomXMLPart.)

Top

Methods

  Name Description
Public method add_NodeAfterDelete (Inherited from _CustomXMLPartEvents_Event.)
Public method add_NodeAfterInsert (Inherited from _CustomXMLPartEvents_Event.)
Public method add_NodeAfterReplace (Inherited from _CustomXMLPartEvents_Event.)
Public method AddNode Adds a node to the XML tree. (Inherited from _CustomXMLPart.)
Public method Delete Deletes the current _CustomXMLPart from the data store (IXMLDataStore interface). (Inherited from _CustomXMLPart.)
Public method Load Allows the template author to populate a _CustomXMLPart from an existing file. Returns True if the load was successful. (Inherited from _CustomXMLPart.)
Public method LoadXML Allows the template author to populate a _CustomXMLPart object from an XML string. Returns True if the load was successful. (Inherited from _CustomXMLPart.)
Public method remove_NodeAfterDelete (Inherited from _CustomXMLPartEvents_Event.)
Public method remove_NodeAfterInsert (Inherited from _CustomXMLPartEvents_Event.)
Public method remove_NodeAfterReplace (Inherited from _CustomXMLPartEvents_Event.)
Public method SelectNodes Selects a collection of nodes from a custom XML part. (Inherited from _CustomXMLPart.)
Public method SelectSingleNode Selects a single node within a custom XML part matching an XPath expression. (Inherited from _CustomXMLPart.)

Top

Events

  Name Description
Public event NodeAfterDelete Occurs after a node is deleted in a _CustomXMLPart object. (Inherited from _CustomXMLPartEvents_Event.)
Public event NodeAfterInsert Occurs after a node is inserted in a _CustomXMLPart object. (Inherited from _CustomXMLPartEvents_Event.)
Public event NodeAfterReplace Occurs just after a node is replaced in a _CustomXMLPart object. (Inherited from _CustomXMLPartEvents_Event.)

Top

See Also

Reference

CustomXMLPart Interface

Microsoft.Office.Core Namespace