Wizard.GetHistory 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回已经被访问过的 WizardStepBase 对象的集合。
public:
System::Collections::ICollection ^ GetHistory();
public System.Collections.ICollection GetHistory ();
member this.GetHistory : unit -> System.Collections.ICollection
Public Function GetHistory () As ICollection
返回
一个 ICollection,包含已经被访问过的 WizardStepBase 对象。
注解
方法 GetHistory 返回一个集合, WizardStepBase 其中包含已访问的对象。 这些 WizardStepBase 对象按访问顺序排列:集合中的第一项是上一 WizardStepBase 个对象,集合中的第二项是 WizardStepBase 上一步之前访问的对象,依此类而论。