MEF: an article in The msdn magazine (9) controlling part creation policies ???

Source: Internet
Author: User

Http://msdn.microsoft.com/zh-cn/magazine/ee291628.aspx

DefaultIn this case, all part instances in the container areSingleton,Therefore, all the parts that import them to the container are shared.. Therefore, all the import programs of salesorderview and viewfactory will obtainSame instance. This is required in many cases becauseNo need to have static members on which other components depend. However, sometimes each import program needs to obtain its own instance, for example, to view multiple salesorderview instances on the screen at the same time.

The part creation policy in MEF can be one of the following three values: creationpolicy. Shared, creationpolicy. nonshared or creationpolicy. Any. To specify a part creation policy, use the partcreationpolicy feature to modify the part.

 

[Partcreationpolicy (creationpolicy. nonshared)]
[Export (typeof (isalesorderview)]
Public partial class salesorderview: usercontrol, isalesordderview
{
Public salesorderview ()
{
}
}

 

You can alsoImportSet the requiredcreationpolicy attribute. You can alsoImportSpecifies the partcreationpolicy at the program end.

 

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.