XMLMapping.PrefixMappings Property

Word Developer Reference

Returns a String that represents the prefix mappings used to evaluate the XPath for the current XML mapping. Read-only.

Syntax

expression.PrefixMappings

expression   An expression that returns an XMLMapping object.

Remarks

To set mapping for a content control, use the SetMapping method or the SetMappingByNode method.

See Also