編集

次の方法で共有


WorkflowDesignerLoader.SaveDesignerLayout Method

Definition

Serializes the designer layout.

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)

Parameters

layoutWriter
XmlWriter

XmlWriter that is used to serialize the layout into.

rootDesigner
ActivityDesigner

Root activity from which you get the layout information.

layoutSaveErrors
IList

Errors encountered during serialization.

Applies to