2010-12-01 31 views
0

在WPF和Silverlight使用XAML時,它將具有在XAML文件意義和xmlns =「定義」

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" 

但對begginning要聲明,我在哪裏可以找到什麼每個條目意味着?據我知道它們類似於在C#中使用或VB中的導入,但類或「命名空間」的定義在哪裏?

非常感謝!

+1

`xmlns = ...`是**名稱空間聲明**。請參閱XML命名空間:http://en.wikipedia.org/wiki/XML_namespace – FrustratedWithFormsDesigner 2010-12-01 18:49:43

回答