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。
備註
當必須使用 IXmlDictionary,但不需要任何 XmlDictionaryString 時,就應該要使用這個執行個體。
空的字典無法加以修改。