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 이전 단계 전에 액세스한 개체입니다.

적용 대상

추가 정보