다음을 통해 공유


CategoriesDocument.Create 메서드

정의

CategoriesDocument 인스턴스를 만듭니다.

오버로드

Create(Collection<SyndicationCategory>)

CategoriesDocument 인스턴스를 만듭니다.

Create(Uri)

CategoriesDocument의 새 인스턴스를 만들고 지정된 Uri를 사용하여 초기화합니다.

Create(Collection<SyndicationCategory>, Boolean, String)

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

Create(Collection<SyndicationCategory>)

CategoriesDocument 인스턴스를 만듭니다.

public:
 static System::ServiceModel::Syndication::InlineCategoriesDocument ^ Create(System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public static System.ServiceModel.Syndication.InlineCategoriesDocument Create (System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> categories);
static member Create : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Shared Function Create (categories As Collection(Of SyndicationCategory)) As InlineCategoriesDocument

매개 변수

categories
Collection<SyndicationCategory>

SyndicationCategory 인스턴스를 초기화하는 데 사용되는 CategoriesDocument 인스턴스 컬렉션입니다.

반환

InlineCategoriesDocument

InlineCategoriesDocument를 반환합니다.

적용 대상

Create(Uri)

CategoriesDocument의 새 인스턴스를 만들고 지정된 Uri를 사용하여 초기화합니다.

public:
 static System::ServiceModel::Syndication::ReferencedCategoriesDocument ^ Create(Uri ^ linkToCategoriesDocument);
public static System.ServiceModel.Syndication.ReferencedCategoriesDocument Create (Uri linkToCategoriesDocument);
static member Create : Uri -> System.ServiceModel.Syndication.ReferencedCategoriesDocument
Public Shared Function Create (linkToCategoriesDocument As Uri) As ReferencedCategoriesDocument

매개 변수

linkToCategoriesDocument
Uri

범주 문서의 URI입니다.

반환

ReferencedCategoriesDocument

ReferencedCategoriesDocument를 반환합니다.

적용 대상

Create(Collection<SyndicationCategory>, Boolean, String)

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

public:
 static System::ServiceModel::Syndication::InlineCategoriesDocument ^ Create(System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public static System.ServiceModel.Syndication.InlineCategoriesDocument Create (System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
static member Create : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Shared Function Create (categories As Collection(Of SyndicationCategory), isFixed As Boolean, scheme As String) As InlineCategoriesDocument

매개 변수

categories
Collection<SyndicationCategory>

범주 컬렉션입니다.

isFixed
Boolean

사용자가 범주 문서에 범주를 추가할 수 있는지 여부를 지정하는 값입니다.

scheme
String

범주 문서의 체계입니다.

반환

InlineCategoriesDocument

InlineCategoriesDocument를 반환합니다.

설명

매개 변수가 isFixed 설정된 true경우 범주 문서에 포함된 범주는 변경할 수 없습니다. 매개 변수를 isFixed 설정 true하면 범주 문서에 추가 범주를 추가할 수 있습니다.

적용 대상