WorkflowDesignerLoader.LoadDesignerLayoutFromResource Metodo

Definizione

Recupera la risorsa specificata e chiama il LoadDesignerLayout(XmlReader, IList) metodo che applica il layout serializzato alla finestra di progettazione radice nell'host di progettazione corrente.

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)

Parametri

type
Type

Type a cui è associata la risorsa.

manifestResourceName
String

Nome della risorsa.

errors
IList

Errori riscontrati durante la chiamata a LoadDesignerLayout(XmlReader, IList).

Si applica a

Vedi anche