WorkflowDesignerLoader.LoadDesignerLayoutFromResource 메서드

정의

지정된 리소스를 검색하고 serialize된 레이아웃이 현재 디자이너 호스트의 루트 디자이너에 적용된 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)을 호출하는 동안 발생된 오류입니다.

적용 대상

추가 정보