SyndicationItem.Load(String) Method

Definition

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.

Applies to