XmlTextWriter.WriteState Propriedade
Definição
Obtém o estado do gravador.Gets the state of the writer.
public:
virtual property System::Xml::WriteState WriteState { System::Xml::WriteState get(); };
public override System.Xml.WriteState WriteState { get; }
member this.WriteState : System.Xml.WriteState
Public Overrides ReadOnly Property WriteState As WriteState
Valor da propriedade
Um dos valores de WriteState.One of the WriteState values.
Comentários
Observação
A partir do .NET Framework 2,0, recomendamos que você crie XmlWriter instâncias usando o XmlWriter.Create método e a XmlWriterSettings classe para aproveitar a nova funcionalidade.Starting with the .NET Framework 2.0, we recommend that you create XmlWriter instances by using the XmlWriter.Create method and the XmlWriterSettings class to take advantage of new functionality.