XMLMapping.PrefixMappings 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.
Returns a String that represents the prefix mappings used to evaluate the XPath for the current XML mapping. Read-only.
public:
property System::String ^ PrefixMappings { System::String ^ get(); };
public string PrefixMappings { get; }
member this.PrefixMappings : string
Public ReadOnly Property PrefixMappings As String
Property Value
Remarks
To set mapping for a content control, use the SetMapping(String, String, CustomXMLPart) method or the SetMappingByNode(CustomXMLNode) method.