TrackingProfileDeserializationException.ValidationEventArgs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个列表,其中包含与此异常关联的验证警告和错误。
public:
property System::Collections::Generic::IList<System::Xml::Schema::ValidationEventArgs ^> ^ ValidationEventArgs { System::Collections::Generic::IList<System::Xml::Schema::ValidationEventArgs ^> ^ get(); };
public System.Collections.Generic.IList<System.Xml.Schema.ValidationEventArgs> ValidationEventArgs { get; }
member this.ValidationEventArgs : System.Collections.Generic.IList<System.Xml.Schema.ValidationEventArgs>
Public ReadOnly Property ValidationEventArgs As IList(Of ValidationEventArgs)
属性值
IList一个ValidationEventArgs对象,其中包含与此异常关联的验证警告和错误。 默认为空列表。
注解
使用该TrackingProfileSerializer函数XmlReader将 XML 文档反序列化为 .TrackingProfile 收集由 <