XmlNamespaceMappingCollection.AddText(String) Méthode

Définition

Ajoute une chaîne de caractères en tant qu'enfant de l'objet 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)

Paramètres

text
String

Chaîne de caractères à ajouter en tant qu'enfant.

Exceptions

Si text est null.

S’applique à