ValidationProblemDetails21Wrapper 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is deprecated and will be removed in a future version
包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。
public ref class ValidationProblemDetails21Wrapper : Microsoft::AspNetCore::Mvc::Formatters::Xml::ProblemDetails21Wrapper
	[System.Obsolete("This type is deprecated and will be removed in a future version")]
public class ValidationProblemDetails21Wrapper : Microsoft.AspNetCore.Mvc.Formatters.Xml.ProblemDetails21Wrapper
	[<System.Obsolete("This type is deprecated and will be removed in a future version")>]
type ValidationProblemDetails21Wrapper = class
    inherit ProblemDetails21Wrapper
    interface IUnwrappable
	Public Class ValidationProblemDetails21Wrapper
Inherits ProblemDetails21Wrapper
		- 继承
 
- 属性
 
- 实现
 
构造函数
| ValidationProblemDetails21Wrapper() | 
			 
				已过时.
			 
		初始化 ValidationProblemDetailsWrapper 的新实例。  | 
        	
| ValidationProblemDetails21Wrapper(ValidationProblemDetails) | 
			 
				已过时.
			 
		针对指定的 ValidationProblemDetailsWrapper 初始化   | 
        	
方法
| GetSchema() | 
			 
		已过时.
	 
包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。 (继承自 ProblemDetails21Wrapper) | 
        	
| ReadValue(XmlReader, String) | 
			 
				已过时.
			 
		从 中读取指定   | 
        	
| ReadXml(XmlReader) | 
			 
		已过时.
	 
包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。 (继承自 ProblemDetails21Wrapper) | 
        	
| WriteXml(XmlWriter) | 
			 
				已过时.
			 
		包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。  | 
        	
显式接口实现
| IUnwrappable.Unwrap(Type) | 
			 
				已过时.
			 
		包装 ValidationProblemDetails 类,使 XML 格式化程序能够序列化它。  |