CategoriesDocument.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 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를 반환합니다.
적용 대상
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를 반환합니다.
적용 대상
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를 반환합니다.
설명
매개 변수가 isFixed
설정된 true
경우 범주 문서에 포함된 범주는 변경할 수 없습니다. 매개 변수를 isFixed
설정 true
하면 범주 문서에 추가 범주를 추가할 수 있습니다.