共用方式為


WorkflowDesignerLoader.LoadDesignerLayoutFromResource 方法

定義

擷取指定的資源並呼叫 LoadDesignerLayout(XmlReader, IList) 方法,將序列化配置套用至目前設計工具主應用程式中的根目錄設計工具。

protected:
 void LoadDesignerLayoutFromResource(Type ^ type, System::String ^ manifestResourceName, [Runtime::InteropServices::Out] System::Collections::IList ^ % errors);
protected void LoadDesignerLayoutFromResource (Type type, string manifestResourceName, out System.Collections.IList errors);
member this.LoadDesignerLayoutFromResource : Type * string * IList -> unit
Protected Sub LoadDesignerLayoutFromResource (type As Type, manifestResourceName As String, ByRef errors As IList)

參數

type
Type

資源與其相關聯的 Type

manifestResourceName
String

資源名稱。

errors
IList

呼叫 LoadDesignerLayout(XmlReader, IList) 期間遇到的錯誤。

適用於

另請參閱