Comparteix a través de


WorkflowDesignerLoader.LoadDesignerLayoutFromResource Método

Definición

Recupera el recurso especificado y llama al método LoadDesignerLayout(XmlReader, IList) que aplica el diseño serializado al diseñador raíz en el host del diseñador actual.

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)

Parámetros

type
Type

La clase Type a la que está asociado el recurso.

manifestResourceName
String

Nombre del recurso.

errors
IList

Los errores ocurridos durante la llamada a LoadDesignerLayout(XmlReader, IList).

Se aplica a

Consulte también