XmlDictionaryReader.CreateTextReader Metodo
Definizione
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.
Crea un'istanza di XmlDictionaryReader.
Overload
Commenti
Questi overload creano un'istanza di XmlDictionaryReader.
CreateTextReader(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)
Crea un'istanza di XmlDictionaryReader.
public:
static System::Xml::XmlDictionaryReader ^ CreateTextReader(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader (System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader (System.IO.Stream stream, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
static member CreateTextReader : System.IO.Stream * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (stream As Stream, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader
Parametri
- stream
- Stream
Il flusso da cui eseguire la lettura.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas da applicare.
- onClose
- OnXmlDictionaryReaderClose
Delegato da chiamare quando il reader viene chiuso.
Restituisce
Istanza di XmlDictionaryReader.
Commenti
Il reader creato è ottimizzato per la lettura di testo UTF-8.
Si applica a
CreateTextReader(Byte[], XmlDictionaryReaderQuotas)
Crea un'istanza di XmlDictionaryReader.
public:
static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader (byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : byte[] * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
Parametri
- buffer
- Byte[]
Il buffer da cui eseguire la lettura.
- quotas
- XmlDictionaryReaderQuotas
Le quote applicate al reader.
Restituisce
Istanza di XmlDictionaryReader.
Eccezioni
buffer
è null
.
Commenti
Il reader creato è ottimizzato per la lettura di testo UTF-8.
Si applica a
CreateTextReader(Stream, XmlDictionaryReaderQuotas)
Crea un'istanza di XmlDictionaryReader.
public:
static System::Xml::XmlDictionaryReader ^ CreateTextReader(System::IO::Stream ^ stream, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader (System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : System.IO.Stream * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (stream As Stream, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
Parametri
- stream
- Stream
Il flusso da cui eseguire la lettura.
- quotas
- XmlDictionaryReaderQuotas
Le quote applicate al reader.
Restituisce
Istanza di XmlDictionaryReader.
Commenti
Il reader creato è ottimizzato per la lettura di testo UTF-8.
Si applica a
CreateTextReader(Byte[], Int32, Int32, XmlDictionaryReaderQuotas)
Crea un'istanza di XmlDictionaryReader.
public:
static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader (byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : byte[] * int * int * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), offset As Integer, count As Integer, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader
Parametri
- buffer
- Byte[]
Il buffer da cui eseguire la lettura.
- offset
- Int32
Posizione iniziale dalla quale leggere nel buffer
.
- count
- Int32
Numero di byte che possono essere letti dal buffer
.
- quotas
- XmlDictionaryReaderQuotas
Le quote applicate al reader.
Restituisce
Istanza di XmlDictionaryReader.
Commenti
Il reader creato è ottimizzato per la lettura di testo UTF-8.
Si applica a
CreateTextReader(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)
Crea un'istanza di XmlDictionaryReader.
public:
static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader (byte[] buffer, int offset, int count, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader (byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateTextReader : byte[] * int * int * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), offset As Integer, count As Integer, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader
Parametri
- buffer
- Byte[]
Il buffer da cui eseguire la lettura.
- offset
- Int32
Posizione iniziale dalla quale leggere nel buffer
.
- count
- Int32
Numero di byte che possono essere letti dal buffer
.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas da applicare.
- onClose
- OnXmlDictionaryReaderClose
Delegato da chiamare quando il reader viene chiuso.
Restituisce
Istanza di XmlDictionaryReader.
Commenti
Il reader creato è ottimizzato per la lettura di testo UTF-8.