Wizard.GetHistory 方法

定义

返回已经被访问过的 WizardStepBase 对象的集合。

public:
 System::Collections::ICollection ^ GetHistory();
public System.Collections.ICollection GetHistory ();
member this.GetHistory : unit -> System.Collections.ICollection
Public Function GetHistory () As ICollection

返回

ICollection

一个 ICollection,包含已经被访问过的 WizardStepBase 对象。

注解

该方法 GetHistory 返回一个集合, WizardStepBase 其中包含已访问的对象。 这些 WizardStepBase 对象按访问顺序排列:集合中的第一项是上 WizardStepBase 一个对象,集合中的第二项是 WizardStepBase 上一步之前访问的对象,依此类而论。

适用于

另请参阅