WorkflowDesignerLoader.LoadDesignerLayout(XmlReader, IList) 方法

定义

将序列化布局应用于当前设计器主机中的根设计器。

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)

参数

layoutReader
XmlReader

为序列化布局创建的一个 XmlReader

layoutLoadErrors
IList

反序列化期间发生的错误列表。

适用于