WorkflowDesignerLoader.SaveDesignerLayout Méthode

Définition

Sérialise la disposition du concepteur.

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)

Paramètres

layoutWriter
XmlWriter

XmlWriter utilisé pour sérialiser la disposition.

rootDesigner
ActivityDesigner

Activité racine à partir de laquelle vous obtenez les informations de disposition.

layoutSaveErrors
IList

Erreurs rencontrées lors de la sérialisation.

S’applique à