다음을 통해 공유


ServiceDocumentFormatter.CreateReferencedCategories 메서드

정의

ReferencedCategoriesDocument를 만듭니다.

protected:
 static System::ServiceModel::Syndication::ReferencedCategoriesDocument ^ CreateReferencedCategories(System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection);
protected static System.ServiceModel.Syndication.ReferencedCategoriesDocument CreateReferencedCategories (System.ServiceModel.Syndication.ResourceCollectionInfo collection);
static member CreateReferencedCategories : System.ServiceModel.Syndication.ResourceCollectionInfo -> System.ServiceModel.Syndication.ReferencedCategoriesDocument
Protected Shared Function CreateReferencedCategories (collection As ResourceCollectionInfo) As ReferencedCategoriesDocument

매개 변수

collection
ResourceCollectionInfo

ResourceCollectionInfo를 만드는 데 사용하는 ReferencedCategoriesDocument 인스턴스입니다.

반환

ReferencedCategoriesDocument

ReferencedCategoriesDocument를 반환합니다.

적용 대상