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) 时遇到的错误。