SyndicationContent 생성자

정의

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

오버로드

Name Description
SyndicationContent()

SyndicationContent 클래스의 새 인스턴스를 초기화합니다.

SyndicationContent(SyndicationContent)

지정된 SyndicationContent 인스턴스를 사용하여 클래스의 SyndicationContent 새 인스턴스를 초기화합니다.

SyndicationContent()

SyndicationContent 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

SyndicationContent(SyndicationContent)

지정된 SyndicationContent 인스턴스를 사용하여 클래스의 SyndicationContent 새 인스턴스를 초기화합니다.

protected:
 SyndicationContent(System::ServiceModel::Syndication::SyndicationContent ^ source);
protected SyndicationContent(System.ServiceModel.Syndication.SyndicationContent source);
new System.ServiceModel.Syndication.SyndicationContent : System.ServiceModel.Syndication.SyndicationContent -> System.ServiceModel.Syndication.SyndicationContent
Protected Sub New (source As SyndicationContent)

매개 변수

source
SyndicationContent

SyndicationContent 새 인스턴스를 초기화하는 데 사용할 인스턴스입니다.

적용 대상