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一個 that 是為序列化版面所建立的。

layoutLoadErrors
IList

解序過程中發生的錯誤列表。

適用於