xmlns =“”的含义和定义

时间:2010-12-01 18:41:33

标签: xml silverlight-4.0

在wpf和silverlight中使用xaml时,必须在xaml文件的开头声明

 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions" 
    xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" 

但是,我在哪里可以找到每个条目的含义?,据我所知它们类似于在c#中使用或在VB中导入,但是类或“命名空间”的定义在哪里?

非常感谢!!!

1 个答案:

答案 0 :(得分:3)

xmlns=...名称空间声明。请参阅XML命名空间:http://en.wikipedia.org/wiki/XML_namespace