XmlNamespaceMappingCollection.AddText(String) 메서드

정의

텍스트 문자열을 이 XmlNamespaceMappingCollection 개체의 자식으로 추가합니다.

protected:
 virtual void AddText(System::String ^ text);
protected virtual void AddText (string text);
abstract member AddText : string -> unit
override this.AddText : string -> unit
Protected Overridable Sub AddText (text As String)

매개 변수

text
String

자식으로 추가할 텍스트 문자열입니다.

예외

textnull인 경우입니다.

적용 대상