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 인스턴스를 반환합니다.

적용 대상