다음을 통해 공유


ServiceDocumentFormatter.CreateCategory(InlineCategoriesDocument) 메서드

정의

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

protected:
 static System::ServiceModel::Syndication::SyndicationCategory ^ CreateCategory(System::ServiceModel::Syndication::InlineCategoriesDocument ^ inlineCategories);
protected static System.ServiceModel.Syndication.SyndicationCategory CreateCategory (System.ServiceModel.Syndication.InlineCategoriesDocument inlineCategories);
static member CreateCategory : System.ServiceModel.Syndication.InlineCategoriesDocument -> System.ServiceModel.Syndication.SyndicationCategory
Protected Shared Function CreateCategory (inlineCategories As InlineCategoriesDocument) As SyndicationCategory

매개 변수

inlineCategories
InlineCategoriesDocument

새 범주 문서를 만드는 데 사용되는 InlineCategoriesDocument 인스턴스입니다.

반환

SyndicationCategory

SyndicationCategory 인스턴스를 반환합니다.

적용 대상