WorkflowDesignerLoader.LoadDesignerLayoutFromResource Metoda

Definicja

Pobiera określony zasób i wywołuje metodę LoadDesignerLayout(XmlReader, IList) , która stosuje serializowany układ do projektanta głównego na hoście bieżącego projektanta.

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)

Parametry

type
Type

Type że zasób jest skojarzony.

manifestResourceName
String

Nazwa zasobu.

errors
IList

Napotkano błędy podczas wywołania metody LoadDesignerLayout(XmlReader, IList).

Dotyczy

Zobacz też