MEF中提供的目录对象主要有:Assembly Catalog(程序集目录),Directory Catalog,Aggregate Catalog,Type Catalog,和仅使用在Silverlight中得目录Deployment Catalog( Silverlight only),Filtered Catalog.1.Assembly Catalog可以在给定的Assembly 发
1,MEF的核心是可组合组件ComposablePart,它由ComposablePartDefintion来描述和创建。每一个可组合组件通过定义ExportDefintion向其他组件提供功能,通过ImportDefinition引用其他组件的功能,通过Metadata来描述组件自身的信息。在创建一个ComposablePart组件后,通过组件目录(ComposableCatalog)搜索需要
public partial class App : Application { public App() { &
1:为控件绑定图片BitmapImage bitmapImage; bitmapImage = new BitmapImage(); bitmapImage.BeginInit(); bitmapImage.StreamSource = System.IO.File.OpenRead(@"E:\2.jpg"); bitmapImag
1,布局 时候能用Canvas尽量用Canvas。Gird,StackPanel内存开销相对Canvas大2,自定义控件尽量不要在控件ResourceDictionary定义资源,应该放在Window或者Application级。3,把Label(标签)元素的ContentProperty和一个字符串(String)绑定的效率要比把字符串和TextBlock的Text属性绑定 的效率低。Label
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号