XmlDictionary.Empty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到 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 時,應使用此實例。
空字典無法被修改。