zoukankan      html  css  js  c++  java
  • dll映射xmlns

    // (c) Copyright Microsoft Corporation.
    // This source is subject to the Microsoft Public License (Ms-PL).
    // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
    // All other rights reserved.

    using System;
    using System.Reflection;
    using System.Resources;
    using System.Runtime.CompilerServices;
    using System.Runtime.InteropServices;
    using System.Windows.Markup;

    [assembly: AssemblyTitle("System.Windows.Controls.Toolkit")]
    [assembly: AssemblyDescription("Silverlight Toolkit Common Controls.Toolkit")]
    [assembly: AssemblyConfiguration("")]
    [assembly: AssemblyCompany("Microsoft Corporation")]
    [assembly: AssemblyProduct("Microsoft® Silverlight™ Toolkit")]
    [assembly: AssemblyCopyright("© Microsoft Corporation 2010")]
    [assembly: AssemblyTrademark("")]
    [assembly: AssemblyCulture("")]
    [assembly: NeutralResourcesLanguage("en-US")]
    [assembly: ComVisible(false)]
    [assembly: AssemblyVersion("5.0.5.0")]
    [assembly: AssemblyFileVersion("5.0.60818.0")]
    [assembly: CLSCompliant(true)]
    [assembly: XmlnsPrefix("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "toolkit")]
    [assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit", "System.Windows.Controls")]

  • 相关阅读:
    函数
    拉取代码到本地
    逻辑位运算符 以及 布尔运算符&&、||
    JS中substr与substring的区别
    ? :和!:的用法含义及es6语法...
    JS中attribute和property的区别
    并发、并行的理解
    斑鸠云商小程序记住账号和密码
    js中的foreach用法
    指针与数组
  • 原文地址:https://www.cnblogs.com/zymsdn/p/3269841.html
Copyright © 2011-2022 走看看