SyndicationItem.Load(String) 메서드

정의

RSS 2.0 또는 Atom 1.0 형식일 수 있는 지정된 피드 문자열에서 개체를 초기화합니다.

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)

매개 변수

item
String

Platform::String

winrt::hstring

RSS 2.0 또는 Atom 1.0 형식일 수 있는 피드 문자열입니다.

적용 대상