共用方式為


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 上一個步驟之前存取的物件,依此類故。

適用於

另請參閱