• Silverlight中自定义控件集合的xmlns命名空间关联的建议前缀 南京酷得软件


    在项目的“AssemblyInfo.cs”文件中加入如下代码:

    引用的命名空间为:“using System.Windows.Markup;”

    [assembly: XmlnsDefinition("http://schemas.cingsoft.com/2008/xaml/presentation""Cing.Controls")]
    [assembly: XmlnsPrefix("http://schemas.cingsoft.com/2008/xaml/presentation""cingsoft")]

    在其他项目中使用的时候,将控件拖入界面中则自动生成:

    xmlns:cingsoft="http://schemas.cingsoft.com/2008/xaml/presentation"
    <cingsoft:CingButton Grid.Column="1" Grid.Row="2" HorizontalAlignment="Left" Margin="138,21,0,0" Name="cingButton1" VerticalAlignment="Top" />

    很简单,如果还有不懂的可以留言。

    公司网站: http://www.codersoft.cn 专业开发: 气象软件、监狱网上购物系统、两法衔接平台
  • 相关阅读:
    Django复习
    AI-CBV写法
    CHENGDU3-Restful API 接口规范、django-rest-framework框架
    人工智能玩具制作
    POJ 3176 Cow Bowling
    HDU 2044 一只小蜜蜂
    HDU 4662 MU Puzzle
    POJ 3262 Protecting the Flowers
    POJ 1862 Stripies
    POJ 1017 Packets
  • 原文地址:https://www.cnblogs.com/sucsy/p/2253018.html
Copyright © 2020-2023  润新知