Document.CustomXMLParts Property
Returns the custom XML parts in the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property CustomXMLParts As CustomXMLParts
CustomXMLParts CustomXMLParts { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLParts
A Microsoft.Office.Core.CustomXMLParts collection that contains the custom XML parts in the document.
Remarks
For more information about using custom XML parts in Office projects, see Custom XML Parts Overview.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Word Namespace