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

屬性值

載入設計工具時發生的錯誤集合。

適用於