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() |
型が検証ジェネレーターによる検出をサポートするために有効であることを示します。 |