LoadedEventArgs(Boolean, ICollection) 생성자

정의

LoadedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 LoadedEventArgs(bool succeeded, System::Collections::ICollection ^ errors);
public LoadedEventArgs (bool succeeded, System.Collections.ICollection errors);
public LoadedEventArgs (bool succeeded, System.Collections.ICollection? errors);
new System.ComponentModel.Design.LoadedEventArgs : bool * System.Collections.ICollection -> System.ComponentModel.Design.LoadedEventArgs
Public Sub New (succeeded As Boolean, errors As ICollection)

매개 변수

succeeded
Boolean

디자이너 로드가 성공적임을 나타내려면 true이고, 그렇지 않으면 false입니다.

errors
ICollection

디자이너가 로드되는 동안 발생한 오류의 컬렉션입니다.

적용 대상