_CustomXMLParts.Add(String, Object) Method

Definition

Allows you to add a new _CustomXMLPart to a file.

public Microsoft.Office.Core.CustomXMLPart Add (string XML = "", object SchemaCollection);
abstract member Add : string * obj -> Microsoft.Office.Core.CustomXMLPart
Public Function Add (Optional XML As String = "", Optional SchemaCollection As Object) As CustomXMLPart

Parameters

XML
String

Optional String. Contains the XML to add to the newly created _CustomXMLPart.

SchemaCollection
Object

Optional _CustomXMLSchemaCollection. Represents the set of schemas to be used to validate this stream.

Returns

CustomXMLPart

Remarks

Note: References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file.

Applies to