WorkflowDesignerLoader.LoadDesignerLayoutFromResource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la ressource spécifiée et appelle la méthode LoadDesignerLayout(XmlReader, IList) qui applique la disposition sérialisée au concepteur racine dans l'hôte de concepteur actuel.
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)
Paramètres
- manifestResourceName
- String
Nom de la ressource.
- errors
- IList
Erreurs rencontrées au cours de l'appel à LoadDesignerLayout(XmlReader, IList).