C# Class Windows.Web.Syndication.SyndicationFeed

Inheritance: ISyndicationFeed, ISyndicationNode
Mostra file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
GetXmlDocument ( [ format ) : XmlDocument
Load ( [ feed ) : void
LoadFromXml ( [ feedDocument ) : void
SyndicationFeed ( ) : System
SyndicationFeed ( [ title, [ subtitle, [ uri ) : System

Method Details

GetXmlDocument() public method

public GetXmlDocument ( [ format ) : XmlDocument
format [
return Windows.Data.Xml.Dom.XmlDocument

Load() public method

public Load ( [ feed ) : void
feed [
return void

LoadFromXml() public method

public LoadFromXml ( [ feedDocument ) : void
feedDocument [
return void

SyndicationFeed() public method

public SyndicationFeed ( ) : System
return System

SyndicationFeed() public method

public SyndicationFeed ( [ title, [ subtitle, [ uri ) : System
title [
subtitle [
uri [
return System