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)遇到的錯誤。

適用於

另請參閱