LoadedEventArgs.Errors 屬性

定義

會收到一組在設計師載入時發生的錯誤。

public:
 property System::Collections::ICollection ^ Errors { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Errors { get; }
member this.Errors : System.Collections.ICollection
Public ReadOnly Property Errors As ICollection

屬性值

一連串錯誤發生在設計師載入時。

適用於