WorkflowDesignerLoader.LoadDesignerLayoutFromResource Method

Definition

Retrieves the specified resource and calls the LoadDesignerLayout(XmlReader, IList) method that applies the serialized layout to the root designer in the current designer host.

C#
protected void LoadDesignerLayoutFromResource(Type type, string manifestResourceName, out System.Collections.IList errors);

Parameters

type
Type

Type that the resource is associated with.

manifestResourceName
String

Name of the resource.

errors
IList

Errors encountered during the call to LoadDesignerLayout(XmlReader, IList).

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also