WorkflowDesignerLoader.LoadDesignerLayoutFromResource Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- manifestResourceName
- String
Nombre del recurso.
- errors
- IList
Los errores ocurridos durante la llamada a LoadDesignerLayout(XmlReader, IList).