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