Share via


XPathMessageContextMarkupExtension.Namespaces プロパティ

定義

このインスタンスに格納されている名前空間を取得します。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Namespaces { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> Namespaces { get; }
member this.Namespaces : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Namespaces As Dictionary(Of String, String)

プロパティ値

Dictionary<String,String>

名前空間およびプレフィックスのコレクション。

適用対象