다음을 통해 공유


SyndicationFeedFormatter 생성자

정의

SyndicationFeedFormatter 클래스의 새 인스턴스를 만듭니다.

오버로드

SyndicationFeedFormatter()

SyndicationFeedFormatter 클래스의 새 인스턴스를 만듭니다.

SyndicationFeedFormatter(SyndicationFeed)

지정된 SyndicationFeedFormatter 인스턴스를 사용하여 SyndicationFeed 클래스의 새 인스턴스를 만듭니다.

SyndicationFeedFormatter()

SyndicationFeedFormatter 클래스의 새 인스턴스를 만듭니다.

protected:
 SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()

적용 대상

SyndicationFeedFormatter(SyndicationFeed)

지정된 SyndicationFeedFormatter 인스턴스를 사용하여 SyndicationFeed 클래스의 새 인스턴스를 만듭니다.

protected:
 SyndicationFeedFormatter(System::ServiceModel::Syndication::SyndicationFeed ^ feedToWrite);
protected SyndicationFeedFormatter (System.ServiceModel.Syndication.SyndicationFeed feedToWrite);
new System.ServiceModel.Syndication.SyndicationFeedFormatter : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationFeedFormatter
Protected Sub New (feedToWrite As SyndicationFeed)

매개 변수

feedToWrite
SyndicationFeed

SyndicationFeed입니다.

설명

A SyndicationFeedFormatterSyndicationFeed 연결된 것이 있어야 합니다. 그런 다음 에 SyndicationFeedFormatterSyndicationFeed 수 있습니다 XmlReader. a와 SyndicationFeedFormatter 연결하는 SyndicationFeed 유일한 방법은 이 생성자를 사용하는 것입니다.

적용 대상