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