DesignerSerializationManager.Errors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在序列化或反序列化期间发生的错误的列表。
public:
property System::Collections::IList ^ Errors { System::Collections::IList ^ get(); };
public System.Collections.IList Errors { get; }
member this.Errors : System.Collections.IList
Public ReadOnly Property Errors As IList
属性值
在序列化或反序列化期间发生的错误的列表。
例外
对该属性的访问是在序列化会话的外部进行的。
注解
只能在序列化会话处于活动状态时读取错误列表。