Microsoft Updater Application Block v2.0。">
这里有一个 xml 架构验证类,摘自 asp" target="_blank">microsoft updater application block v2.0.
//============================================================================================================// microsoft updater application block for .net// asp">http://msdn.microsoft.com/library/en-us/dnbda/html/updater.asp// // schemavalidator.cs//// contains the implementation of the schema validator.// // for more information see the updater application block implementation overview. // //============================================================================================================// copyright ?microsoft corporation. all rights reserved.// this code and information is provided "as is" without warranty// of any kind, either expressed or implied, including but not// limited to the implied warranties of merchantability and// fitness for a particular purpose.//============================================================================================================ 【程序编程相关:带有小计算器的TextBox控件(原创)】
源码: 【推荐阅读:柱形图 和 折线图 饼形图控件(原创) 】
using system;using system.collections;using system.io;using system.xml;using system.xml.schema;
... 下一页