Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlReader.Create Method

Creates a new XmlReader instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream) Creates a new XmlReader instance using the specified stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(String) Creates a new XmlReader instance with specified URI.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextReader) Creates a new XmlReader instance with the specified TextReader.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream, XmlReaderSettings) Creates a new XmlReader instance with the specified stream and XmlReaderSettings object.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(String, XmlReaderSettings) Creates a new instance with the specified URI and XmlReaderSettings.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextReader, XmlReaderSettings) Creates a new XmlReader instance using the specified TextReader and XmlReaderSettings objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(XmlReader, XmlReaderSettings) Creates a new XmlReader instance with the specified XmlReader and XmlReaderSettings objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream, XmlReaderSettings, String) Creates a new XmlReader instance using the specified stream, base URI, and XmlReaderSettings object.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified stream, XmlReaderSettings, and XmlParserContext objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(String, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified URI, XmlReaderSettings, and XmlParserContext objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextReader, XmlReaderSettings, String) Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and base URI.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextReader, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and XmlParserContext objects.
Top

Community Additions

Show:
© 2017 Microsoft