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>

命名空间和前缀的集合。

适用于