DatePickerContentControl.XMLMapping Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an XMLMapping that represents the binding between the DatePickerContentControl and an element in a custom XML part.
public:
property Microsoft::Office::Interop::Word::XMLMapping ^ XMLMapping { Microsoft::Office::Interop::Word::XMLMapping ^ get(); };
public Microsoft.Office.Interop.Word.XMLMapping XMLMapping { get; }
member this.XMLMapping : Microsoft.Office.Interop.Word.XMLMapping
Public ReadOnly Property XMLMapping As XMLMapping
Property Value
An XMLMapping that represents the binding between the DatePickerContentControl and an element in a custom XML part.
Examples
For a code example that demonstrates how to use this property, see Walkthrough: Binding Content Controls to Custom XML Parts.
Remarks
Use the XMLMapping property to bind a DatePickerContentControl to an element in a piece of XML (also named custom XML part) that is embedded in the document. For more information, see Content Controls and Custom XML Parts Overview.