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)하는 동안 오류가 발생했습니다.

적용 대상

추가 정보