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

注釈

IXmlDictionary が必要で、ただし XmlDictionaryString は必要でない場合は、このインスタンスを使用する必要があります。

空のディクショナリを変更することはできません。

適用対象