在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中导入,但是类或“命名空间”的定义在哪里?
非常感谢!!!