SyndicationFeed 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SyndicationFeed() |
새 SyndicationFeed 개체를 만듭니다. |
SyndicationFeed(String, String, Uri) |
Title, Subtitle 및 Uri를 사용하여 새 SyndicationFeed 개체를 만듭니다. |
SyndicationFeed()
새 SyndicationFeed 개체를 만듭니다.
public:
SyndicationFeed();
SyndicationFeed();
public SyndicationFeed();
function SyndicationFeed()
Public Sub New ()
추가 정보
적용 대상
SyndicationFeed(String, String, Uri)
Title, Subtitle 및 Uri를 사용하여 새 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
배포 피드의 부제 목입니다.