ServiceDocumentFormatter.CreateWorkspace(ServiceDocument) メソッド

定義

新しい Workspaceを作成します。

protected:
 static System::ServiceModel::Syndication::Workspace ^ CreateWorkspace(System::ServiceModel::Syndication::ServiceDocument ^ document);
protected static System.ServiceModel.Syndication.Workspace CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument document);
static member CreateWorkspace : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.Workspace
Protected Shared Function CreateWorkspace (document As ServiceDocument) As Workspace

パラメーター

document
ServiceDocument

新しいワークスペースの作成に使用する ServiceDocument

返品

新しい Workspaceを返します。

適用対象