다음을 통해 공유


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

Workspace를 반환합니다.

적용 대상