CategoriesDocument.Load(XmlReader) Method

Definition

Loads a CategoriesDocument instance from an XmlReader.

public:
 static System::ServiceModel::Syndication::CategoriesDocument ^ Load(System::Xml::XmlReader ^ reader);
public static System.ServiceModel.Syndication.CategoriesDocument Load (System.Xml.XmlReader reader);
static member Load : System.Xml.XmlReader -> System.ServiceModel.Syndication.CategoriesDocument
Public Shared Function Load (reader As XmlReader) As CategoriesDocument

Parameters

reader
XmlReader

The XmlReader to read from.

Returns

Returns CategoriesDocument.

Applies to