WorkflowDesignerLoader.LoadDesignerLayoutFromResource Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- manifestResourceName
- String
Nome della risorsa.
- errors
- IList
Errori verificatisi durante la chiamata a LoadDesignerLayout(XmlReader, IList).