XmlTextWriter.IndentChar Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le caractère à utiliser pour la mise en retrait lorsque Formatting a la valeur Formatting.Indented
.
public:
property char IndentChar { char get(); void set(char value); };
public char IndentChar { get; set; }
member this.IndentChar : char with get, set
Public Property IndentChar As Char
Valeur de propriété
Caractère à utiliser pour la mise en retrait. La valeur par défaut est un espace.
Remarques
XmlTextWriter
vous permet d'affecter n'importe quel caractère à cette propriété. Pour garantir le code XML valide, vous devez spécifier un caractère d’espace blanc valide, 0x9, 0x10, 0x13 ou 0x20.
Notes
À compter de .NET Framework 2.0, nous vous recommandons de créer XmlWriter des instances à l’aide de la méthode et de la XmlWriter.Create XmlWriterSettings classe pour tirer parti de nouvelles fonctionnalités.