WorkflowDesignerLoader.SaveDesignerLayout Método

Definición

Serializa el diseño del diseñador.

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)

Parámetros

layoutWriter
XmlWriter

XmlWriter que se usa para serializar el diseño en.

rootDesigner
ActivityDesigner

Actividad raíz desde la que se obtiene la información de diseño.

layoutSaveErrors
IList

Errores detectados durante la serialización.

Se aplica a