XmlTextReader.QuoteChar Propriedade
Definição
Obtém o caractere de aspas usado para circunscrever o valor de um nó de atributo.Gets the quotation mark character used to enclose the value of an attribute node.
public:
virtual property char QuoteChar { char get(); };
public override char QuoteChar { get; }
member this.QuoteChar : char
Public Overrides ReadOnly Property QuoteChar As Char
Valor da propriedade
O caractere de aspas ("ou") usado para incluir o valor de um nó de atributo.The quotation mark character (" or ') used to enclose the value of an attribute node.
Comentários
Observação
A partir do .NET Framework 2,0, recomendamos que você crie XmlReader instâncias usando o XmlReader.Create método para aproveitar a nova funcionalidade.Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader.Create method to take advantage of new functionality.
Essa propriedade aplica-se somente a um nó de atributo.This property applies only to an attribute node.