WorkflowDesignerLoader.LoadDesignerLayoutFromResource Método

Definición

Recupera el recurso especificado y llama al LoadDesignerLayout(XmlReader, IList) método 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

Type al que está asociado el recurso.

manifestResourceName
String

Nombre del recurso.

errors
IList

Errores detectados durante la llamada a LoadDesignerLayout(XmlReader, IList).

Se aplica a

Consulte también