Condividi tramite


WorkflowDesignerLoader.LoadDesignerLayoutFromResource Metodo

Definizione

Recupera la risorsa specificata e chiama il metodo LoadDesignerLayout(XmlReader, IList) che applica il layout serializzato a RootDesigner nell'host della finestra 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 verificatisi durante la chiamata a LoadDesignerLayout(XmlReader, IList).

Si applica a

Vedi anche