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

デザイナーが読み込みを実行している最中に発生したエラーのコレクション。

適用対象