다음을 통해 공유


ServiceDocumentFormatter.CreateCollection(Workspace) 메서드

정의

ResourceCollectionInfo 인스턴스를 만듭니다.

protected:
 static System::ServiceModel::Syndication::ResourceCollectionInfo ^ CreateCollection(System::ServiceModel::Syndication::Workspace ^ workspace);
protected static System.ServiceModel.Syndication.ResourceCollectionInfo CreateCollection (System.ServiceModel.Syndication.Workspace workspace);
static member CreateCollection : System.ServiceModel.Syndication.Workspace -> System.ServiceModel.Syndication.ResourceCollectionInfo
Protected Shared Function CreateCollection (workspace As Workspace) As ResourceCollectionInfo

매개 변수

workspace
Workspace

새 컬렉션을 만드는 데 사용되는 Workspace 인스턴스입니다.

반환

ResourceCollectionInfo

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

적용 대상