我正在 Windows 8 中(在 C# 中)编写一个 RSS 阅读器,我正在尝试将 SyndicationFeed 对象传递给 XDocument。有谁知道如何做到这一点?
到目前为止,我有这个。
SyndicationItem currentFeed = new SyndicationItem();
/* ... */
currentFeed = client.RetrieveFeedAsync(uri);
我正在 Windows 8 中(在 C# 中)编写一个 RSS 阅读器,我正在尝试将 SyndicationFeed 对象传递给 XDocument。有谁知道如何做到这一点?
到目前为止,我有这个。
SyndicationItem currentFeed = new SyndicationItem();
/* ... */
currentFeed = client.RetrieveFeedAsync(uri);