다음을 통해 공유


SyndicationFeedFormatter.SetFeed(SyndicationFeed) 메서드

정의

SyndicationFeed 인스턴스를 SyndicationFeedFormatter와 연결합니다.

protected public:
 virtual void SetFeed(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal virtual void SetFeed (System.ServiceModel.Syndication.SyndicationFeed feed);
abstract member SetFeed : System.ServiceModel.Syndication.SyndicationFeed -> unit
override this.SetFeed : System.ServiceModel.Syndication.SyndicationFeed -> unit
Protected Friend Overridable Sub SetFeed (feed As SyndicationFeed)

매개 변수

설명

이 메서드는 보호되며 사용자 코드에서 호출할 수 없습니다. 인스턴스를 SyndicationFeed SyndicationFeedFormatter연결하려면 새 SyndicationFeedFormatter 인스턴스를 만들고 생성자에 인스턴스를 SyndicationFeed 전달하거나 메서드를 SyndicationFeed 호출 ReadFrom(XmlReader) 하여 인스턴스를 SyndicationFeedFormatter 로드합니다.

적용 대상