ServiceDocumentFormatter.CreateWorkspace(ServiceDocument) Método

Definição

Cria um novo 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

Parâmetros

document
ServiceDocument

O ServiceDocument a ser usado para criar o novo workspace.

Retornos

Workspace

Retorna um novo Workspace.

Aplica-se a