WorkflowDesignerLoader.SaveDesignerLayout Método

Definição

Serializa o layout do designer.

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 é usado para serializar o layout em.

rootDesigner
ActivityDesigner

Atividade raiz de onde obténs a informação de layout.

layoutSaveErrors
IList

Erros encontrados durante a serialização.

Aplica-se a