編集

次の方法で共有


WorkflowDesignerLoader.OnEndLoad(Boolean, ICollection) Method

Definition

Called when loading of the designer is completed.

protected:
 override void OnEndLoad(bool successful, System::Collections::ICollection ^ errors);
protected override void OnEndLoad(bool successful, System.Collections.ICollection errors);
override this.OnEndLoad : bool * System.Collections.ICollection -> unit
Protected Overrides Sub OnEndLoad (successful As Boolean, errors As ICollection)

Parameters

successful
Boolean

true if load operation is successful; otherwise, false.

errors
ICollection

Contains the load errors.

Applies to