Share via


ParserContext.XmlnsDictionary 屬性

定義

取得這個 XAML 剖析器內容的 XAML 命名空間字典。

public:
 property System::Windows::Markup::XmlnsDictionary ^ XmlnsDictionary { System::Windows::Markup::XmlnsDictionary ^ get(); };
public System.Windows.Markup.XmlnsDictionary XmlnsDictionary { get; }
member this.XmlnsDictionary : System.Windows.Markup.XmlnsDictionary
Public ReadOnly Property XmlnsDictionary As XmlnsDictionary

屬性值

XAML 命名空間字典。

備註

預設字典一開始是空 XmlnsDictionary的 。

XmlnsDictionary 使用 XAML 命名空間前置詞做為索引鍵,而完整的 XAML 命名空間識別碼 (字串形式通常會以 URI 形式) 為值。

適用於

另請參閱