Compartilhar via


WorkflowDesignerLoader.LoadDesignerLayoutFromResource Método

Definição

Recupera o recurso especificado e chama o método LoadDesignerLayout(XmlReader, IList) que aplica o layout serializado ao designer raiz no host do designer atual.

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 ao qual o recurso está associado.

manifestResourceName
String

Nome do recurso.

errors
IList

Erros encontrados durante a chamada para LoadDesignerLayout(XmlReader, IList).

Aplica-se a

Confira também