XmlDictionaryReader.CreateTextReader Method (Stream, XmlDictionaryReaderQuotas)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Shared Function CreateTextReader ( _ stream As Stream, _ quotas As XmlDictionaryReaderQuotas _ ) As XmlDictionaryReader
Parameters
- stream
- Type: System.IO.Stream
The stream from which to read.
- quotas
- Type: System.Xml.XmlDictionaryReaderQuotas
The quotas applied to the reader.
Show: