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 インスタンスを返します。

適用対象