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 のオブジェクト、コレクション内の 2 番目の項目は WizardStepBase 前の手順の前にアクセスされたオブジェクトなどです。

適用対象

こちらもご覧ください