ValidatableTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示类型可验证,以支持验证生成器的发现。
public ref class ValidatableTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")]
public sealed class ValidatableTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")>]
type ValidatableTypeAttribute = class
inherit Attribute
Public NotInheritable Class ValidatableTypeAttribute
Inherits Attribute
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| ValidatableTypeAttribute() |
指示类型可验证,以支持验证生成器的发现。 |