CustomXmlPart Class Members
In This Topic
The following tables list the members exposed by CustomXmlPart.
Public Properties
| Name | Description |
| BuiltIn |
Gets whether the part is built-in (doc properties or app properties part).
|
| ContentType |
Gets the content type of the part.
|
| Id |
Gets a globally unique identifier (GUID) that uniquely identifies this part in the document.
Old version of Microsoft Word allowed any strings, but the new format requires a Guid string.
|
| Schemas |
Gets the list of XML schemes that are associated with the part.
Any number of XML schemes can be referenced, and this list of schemes shall then be used to validate the contents of the part.
|
| XmlDocument | Gets the XmlDocument that contains data of the part. |
Top
Public Methods
| Name | Description |
| Equals | Overloaded. Determines whether the specified CustomXmlPart is equal to the current object. |
| GetHashCode | Serves as the default hash function. |
Top
See Also