XmlReader.QuoteChar 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.
En cas de substitution dans une classe dérivée, obtient le caractère guillemet utilisé pour placer la valeur d’un nœud d’attribut.
public:
abstract property char QuoteChar { char get(); };
public:
virtual property char QuoteChar { char get(); };
public abstract char QuoteChar { get; }
public virtual char QuoteChar { get; }
member this.QuoteChar : char
Public MustOverride ReadOnly Property QuoteChar As Char
Public Overridable ReadOnly Property QuoteChar As Char
Valeur de propriété
Guillemet (" ou ') utilisé pour placer la valeur d’un nœud d’attribut.
Exceptions
Une XmlReader méthode a été appelée avant la fin d’une opération asynchrone précédente. Dans ce cas, InvalidOperationException est levée avec le message « Une opération asynchrone est déjà en cours ».
Remarques
Cette propriété s’applique uniquement à un nœud d’attribut.