WorkflowDesignerLoader.LoadDesignerLayoutFromResource 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定的資源並呼叫 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)
參數
- manifestResourceName
- String
資源名稱。
- errors
- IList
呼叫 LoadDesignerLayout(XmlReader, IList) 期間遇到的錯誤。