XmlDictionaryString(IXmlDictionary, String, Int32) 생성자

정의

이 클래스의 인스턴스를 만듭니다.

public:
 XmlDictionaryString(System::Xml::IXmlDictionary ^ dictionary, System::String ^ value, int key);
public XmlDictionaryString (System.Xml.IXmlDictionary dictionary, string value, int key);
new System.Xml.XmlDictionaryString : System.Xml.IXmlDictionary * string * int -> System.Xml.XmlDictionaryString
Public Sub New (dictionary As IXmlDictionary, value As String, key As Integer)

매개 변수

dictionary
IXmlDictionary

이 인스턴스가 들어 있는 IXmlDictionary입니다.

value
String

사전 항목의 값인 문자열입니다.

key
Int32

사전 항목의 키인 정수입니다.

예외

dictionary 또는 valuenull인 경우

key 가 0보다 작거나 Int32.MaxValue /4보다 큰 경우

설명

XmlDictionaryString 지정된 사전에 자동으로 자신을 추가하지 않습니다.

적용 대상