CustomXMLPrefixMappings object (Office)

Represents a collection of CustomXMLPrefixMapping objects.

Example

The following example creates a CustomXMLPrefixMapping object by adding a namespace and prefix to the CustomXMLPrefixMapping collection.

Dim objNamespace As CustomXMLPrefixMapping 
 
objNamespace = CustomXMLPrefixMappings.AddNamespace("xs", "urn:invoice:namespace")

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.