WorkflowDesignerLoader.LoadDesignerLayout(XmlReader, IList) Metodo

Definizione

Applica il layout serializzato alla finestra di progettazione radice nell'host di progettazione corrente.

protected:
 void LoadDesignerLayout(System::Xml::XmlReader ^ layoutReader, [Runtime::InteropServices::Out] System::Collections::IList ^ % layoutLoadErrors);
protected void LoadDesignerLayout(System.Xml.XmlReader layoutReader, out System.Collections.IList layoutLoadErrors);
member this.LoadDesignerLayout : System.Xml.XmlReader * IList -> unit
Protected Sub LoadDesignerLayout (layoutReader As XmlReader, ByRef layoutLoadErrors As IList)

Parametri

layoutReader
XmlReader

Oggetto XmlReader creato per il layout serializzato.

layoutLoadErrors
IList

Elenco di errori che si sono verificati durante la deserializzazione.

Si applica a