XmlDictionary.Empty プロパティ

定義

空のstaticIXmlDictionaryを取得します。

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は必要ない場合に使用する必要があります。

空のディクショナリは変更できません。

適用対象