SyndicationFeed 생성자

정의

오버로드

SyndicationFeed()

SyndicationFeed 개체를 만듭니다.

SyndicationFeed(String, String, Uri)

Title, SubtitleUri를 사용하여 새 SyndicationFeed 개체를 만듭니다.

SyndicationFeed()

SyndicationFeed 개체를 만듭니다.

public:
 SyndicationFeed();
 SyndicationFeed();
public SyndicationFeed();
function SyndicationFeed()
Public Sub New ()

추가 정보

적용 대상

SyndicationFeed(String, String, Uri)

Title, SubtitleUri를 사용하여 새 SyndicationFeed 개체를 만듭니다.

public:
 SyndicationFeed(Platform::String ^ title, Platform::String ^ subtitle, Uri ^ uri);
 SyndicationFeed(winrt::hstring const& title, winrt::hstring const& subtitle, Uri const& uri);
public SyndicationFeed(string title, string subtitle, System.Uri uri);
function SyndicationFeed(title, subtitle, uri)
Public Sub New (title As String, subtitle As String, uri As Uri)

매개 변수

title
String

Platform::String

winrt::hstring

배포 피드의 제목 입니다.

subtitle
String

Platform::String

winrt::hstring

배포 피드의 부제 목입니다.

uri
Uri Uri

Uri 값입니다.

적용 대상