BasicDesignerLoader.IDesignerLoaderService.DependentLoadComplete 메서드

정의

종속 로드가 종료되었음을 나타냅니다.

 virtual void System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete(bool successful, System::Collections::ICollection ^ errorCollection) = System::ComponentModel::Design::Serialization::IDesignerLoaderService::DependentLoadComplete;
void IDesignerLoaderService.DependentLoadComplete (bool successful, System.Collections.ICollection errorCollection);
void IDesignerLoaderService.DependentLoadComplete (bool successful, System.Collections.ICollection? errorCollection);
abstract member System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete : bool * System.Collections.ICollection -> unit
override this.System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete : bool * System.Collections.ICollection -> unit
Sub DependentLoadComplete (successful As Boolean, errorCollection As ICollection) Implements IDesignerLoaderService.DependentLoadComplete

매개 변수

successful
Boolean

성공적으로 로드하면 true이고, 그렇지 않으면 false입니다.

errorCollection
ICollection

로드하는 동안 발생한 오류가 들어 있는 ICollection입니다.

구현

예외

IDesignerLoaderService.AddLoadDependency()가 로드 종속성을 추가하지 않았거나, IDesignerLoaderHost가 초기화되지 않은 경우

설명

IDesignerLoaderService.DependentLoadComplete 종속 로드 작업이 완료 되었음을 알리기 위해 호출 됩니다. 호출 된 DependentLoadComplete 메서드를 호출 하 여 등록 된 모든 프로세스에 한 번씩를 AddLoadDependency 메서드를 이미 완료 되었습니다.

경우 종속 로드가 성공 하면 호출자에 게 집합을 successful 매개 변수를 true 빈 컬렉션을 전달 또는 nullerrorCollection 매개 변수입니다. 종속 로드 오류가 발생 하는 경우 호출자에 게 설정 합니다 successful 매개 변수를 false 실패 한 이유를 나타내는 예외 컬렉션을 전달 합니다 errorCollection 매개 변수.

적용 대상