SyndicationItem.Load(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the object from the given feed string, which can be in either RSS 2.0 or Atom 1.0 format.
public:
virtual void Load(Platform::String ^ item) = Load;
void Load(winrt::hstring const& item);
public void Load(string item);
function load(item)
Public Sub Load (item As String)
Parameters
- item
-
String
Platform::String
winrt::hstring
The feed string, which can be in either RSS 2.0 or Atom 1.0 format.