語言

XmlDictionary.Empty 屬性

定義

會得到 static 一個空的 IXmlDictionary

public:
 static property System::Xml::IXmlDictionary ^ Empty { System::Xml::IXmlDictionary ^ get(); };
public static System.Xml.IXmlDictionary Empty { get; }
static member Empty : System.Xml.IXmlDictionary
Public Shared ReadOnly Property Empty As IXmlDictionary

屬性值

一個 static 空洞的 IXmlDictionary

備註

當需要 a IXmlDictionary 但不需要 XmlDictionaryStrings 時,應使用此實例。

空字典無法被修改。

適用於