WorkflowDesignerLoader.LoadDesignerLayout(XmlReader, IList) Method

Definition

Applies the serialized layout to the root designer in the current designer host.

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)

Parameters

layoutReader
XmlReader

An XmlReader that is created for the serialized layout.

layoutLoadErrors
IList

List of errors that occurred during the deserialization.

Applies to