XmlNamespaceMappingCollection.AddText(String) Method

Definition

Adds a text string as a child of this XmlNamespaceMappingCollection object.

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)

Parameters

text
String

The text string to add as a child.

Exceptions

If text is null.

Applies to