共用方式為


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

適用於