MapToAll Element (View)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Combines the functionality of the MapToIcon, MapToText, and MapToControl elements.
<MapToAll>
</MapToAll>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
Numerous |
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
The MapToAll element improves performance by preventing the need to make multiple requests to the server for data.
Using this element is the same as using the following:
<MapToIcon>ProgID|File_Extension</MapToIcon>|
<MapToText>ProgID|File_Extension</MapToText>|
<MapToControl>ProgID|File_Extension</MapToControl>