共用方式為


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 執行個體。

適用於