WorkflowDesignerLoader.SaveDesignerLayout Metodo

Definizione

Serializza il layout della finestra di progettazione.

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)

Parametri

layoutWriter
XmlWriter

XmlWriter utilizzato per serializzare il layout in .

rootDesigner
ActivityDesigner

Attività radice da cui si ottengono le informazioni sul layout.

layoutSaveErrors
IList

Errori riscontrati durante la serializzazione.

Si applica a