Share via


XMLMapping.PrefixMappings Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property PrefixMappings As String
    Get
'Usage
Dim instance As XMLMapping
Dim value As String

value = instance.PrefixMappings
string PrefixMappings { get; }

Property Value

Type: System.String

Remarks

To set mapping for a content control, use the SetMapping(String, String, CustomXMLPart) method or the SetMappingByNode(CustomXMLNode) method.

See Also

Reference

XMLMapping Interface

XMLMapping Members

Microsoft.Office.Interop.Word Namespace