WorkflowDesignerLoader.SaveDesignerLayout 메서드

정의

디자이너 레이아웃을 직렬화합니다.

protected:
 void SaveDesignerLayout(System::Xml::XmlWriter ^ layoutWriter, System::Workflow::ComponentModel::Design::ActivityDesigner ^ rootDesigner, [Runtime::InteropServices::Out] System::Collections::IList ^ % layoutSaveErrors);
protected void SaveDesignerLayout(System.Xml.XmlWriter layoutWriter, System.Workflow.ComponentModel.Design.ActivityDesigner rootDesigner, out System.Collections.IList layoutSaveErrors);
member this.SaveDesignerLayout : System.Xml.XmlWriter * System.Workflow.ComponentModel.Design.ActivityDesigner * IList -> unit
Protected Sub SaveDesignerLayout (layoutWriter As XmlWriter, rootDesigner As ActivityDesigner, ByRef layoutSaveErrors As IList)

매개 변수

layoutWriter
XmlWriter

레이아웃을 serialize하는 데 사용되는 입니다.

rootDesigner
ActivityDesigner

레이아웃 정보를 가져오는 루트 작업입니다.

layoutSaveErrors
IList

serialization 중에 오류가 발생했습니다.

적용 대상