次の方法で共有


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 オブジェクトを格納する WizardStepBase

注釈

メソッドは GetHistory 、アクセスされたオブジェクトを WizardStepBase 含むコレクションを返します。 オブジェクトは WizardStepBase 、アクセスされた順序で配置されます。コレクション内の最初の項目は前 WizardStepBase のオブジェクト、コレクションの 2 番目の項目は WizardStepBase 前の手順の前にアクセスされたオブジェクトなどです。

適用対象

こちらもご覧ください