XmlDictionary.Empty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 static
空 IXmlDictionary。
public:
static property System::Xml::IXmlDictionary ^ Empty { System::Xml::IXmlDictionary ^ get(); };
public static System.Xml.IXmlDictionary Empty { get; }
member this.Empty : System.Xml.IXmlDictionary
Public Shared ReadOnly Property Empty As IXmlDictionary
属性值
一个 static
空 IXmlDictionary。
注解
当需要 IXmlDictionary 但不需要 XmlDictionaryString 时,应该使用此实例。
不能修改空字典。