XmlTextWriter.BaseStream Proprietà
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto flusso sottostante.
public:
property System::IO::Stream ^ BaseStream { System::IO::Stream ^ get(); };
public System.IO.Stream? BaseStream { get; }
public System.IO.Stream BaseStream { get; }
member this.BaseStream : System.IO.Stream
Public ReadOnly Property BaseStream As Stream
Flusso in cui il costruttore XmlTextWriter
scrive o null
se la classe XmlTextWriter
è stata creata mediante un oggetto TextWriter che non eredita dalla classe StreamWriter.
Nota
A partire da .NET Framework 2.0, è consigliabile creare XmlWriter istanze usando il XmlWriter.Create metodo e la XmlWriterSettings classe per sfruttare le nuove funzionalità.
Se il writer è stato costruito utilizzando un TextWriter
oggetto derivato dalla StreamWriter
classe , questa proprietà equivale alla StreamWriter.BaseStream proprietà . Se il writer è stato costruito utilizzando un Streamoggetto , questa proprietà restituisce l'oggetto Stream
passato al costruttore. Se il writer è stato costruito utilizzando un nome file, questa proprietà restituisce l'oggetto Stream
che rappresenta il file.
Prodotto | Versioni |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: