다음을 통해 공유


ResourceCollectionInfo 생성자

정의

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

오버로드

ResourceCollectionInfo()

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

ResourceCollectionInfo(TextSyndicationContent, Uri)

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

ResourceCollectionInfo(String, Uri)

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

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

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

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

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

ResourceCollectionInfo()

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

public:
 ResourceCollectionInfo();
public ResourceCollectionInfo ();
Public Sub New ()

적용 대상

ResourceCollectionInfo(TextSyndicationContent, Uri)

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

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri)

매개 변수

title
TextSyndicationContent

컬렉션 제목입니다.

link
Uri

컬렉션의 URI입니다.

적용 대상

ResourceCollectionInfo(String, Uri)

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

public:
 ResourceCollectionInfo(System::String ^ title, Uri ^ link);
public ResourceCollectionInfo (string title, Uri link);
new System.ServiceModel.Syndication.ResourceCollectionInfo : string * Uri -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As String, link As Uri)

매개 변수

title
String

컬렉션 제목입니다.

link
Uri

컬렉션의 URI입니다.

적용 대상

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

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

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::CategoriesDocument ^> ^ categories, bool allowsNewEntries);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, bool allowsNewEntries);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri * seq<System.ServiceModel.Syndication.CategoriesDocument> * bool -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri, categories As IEnumerable(Of CategoriesDocument), allowsNewEntries As Boolean)

매개 변수

title
TextSyndicationContent

컬렉션 제목입니다.

link
Uri

컬렉션의 URI입니다.

categories
IEnumerable<CategoriesDocument>

범주 문서 컬렉션입니다.

allowsNewEntries
Boolean

새 <accept> 요소를 컬렉션에 추가할 수 있는지 여부를 지정하는 값입니다.

설명

<accept> 요소는 컬렉션에 추가할 수 있는 리소스의 형식을 지정합니다.

적용 대상

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

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

public:
 ResourceCollectionInfo(System::ServiceModel::Syndication::TextSyndicationContent ^ title, Uri ^ link, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::CategoriesDocument ^> ^ categories, System::Collections::Generic::IEnumerable<System::String ^> ^ accepts);
public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, System.Collections.Generic.IEnumerable<string> accepts);
new System.ServiceModel.Syndication.ResourceCollectionInfo : System.ServiceModel.Syndication.TextSyndicationContent * Uri * seq<System.ServiceModel.Syndication.CategoriesDocument> * seq<string> -> System.ServiceModel.Syndication.ResourceCollectionInfo
Public Sub New (title As TextSyndicationContent, link As Uri, categories As IEnumerable(Of CategoriesDocument), accepts As IEnumerable(Of String))

매개 변수

title
TextSyndicationContent

컬렉션 제목입니다.

link
Uri

컬렉션의 URI입니다.

categories
IEnumerable<CategoriesDocument>

범주 문서 컬렉션입니다.

accepts
IEnumerable<String>

컬렉션에 추가할 수 있는 리소스 형식의 컬렉션입니다.

적용 대상