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
- XMLMapping Object
- XMLMapping Object Members
- How to: Bind a Content Control to a Node in the Data Store
- How to: Bind Controls to a Specific Row in the Data Store When Inserting a Building Block
- How to: Capture and Respond to Events in the Data Store
- Walkthrough: Connect an Item in the Data Store to a SQL Server Database
- Walkthrough: Connect an Item in the Data Store to a Web Service
- Walkthrough: Connect an Item in the Data Store to an Access Database
- Walkthrough: Connect an Item in the Data Store to an Excel Workbook
- Working with Content Controls