Considerations when using resourcedictionary and mergeddictionaries for Silverlight

Source: Internet
Author: User

SilverlightProgramIt is inevitable that resourcedictionary will be used. As the project grows, resourcedictionary will become larger and larger. Naturally, resourcedictionary will be grouped into mergeddictionaries. Pay attention to the following issues when using resourcedictionary and mergeddictionaries.

  • 1. Each resourcedictionary under mergeddictionaries must be independent, and multiple resourcedictionary cannot be referenced from each other;
  • 2. Although the X: Name attribute can be added for each resourcedictionary under mergeddictionaries, the index can only be performed in sequence, but cannot be performed by name during runtime;
  • 3. resourcedictionary cannot enumerate by key directly. If you must perform enumeration, you can only copy all keys to an array and then enumerate the array;
  • 4. Keys defined in resourcedictionary are obtained after they are obtained. Therefore, the obtained order is the opposite of the defined order.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.