XMLMapping.Delete Method
Word Developer Reference |
Deletes the XML mapping from the parent content control.
Syntax
expression.Delete
expression An expression that returns an XMLMapping object.
Remarks
This operation removes the XML mapping. Both the XML data and the content control remain in the document.
Example
The following example deletes the XML mapping for all content controls in the active document that are currently mapped.
Visual Basic for Applications |
---|
|
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