ValidatableTypeAttribute クラス

定義

型が検証ジェネレーターによる検出をサポートするために有効であることを示します。

public ref class ValidatableTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ValidatableTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ValidatableTypeAttribute = class
    inherit Attribute
Public NotInheritable Class ValidatableTypeAttribute
Inherits Attribute
継承
ValidatableTypeAttribute
属性

コンストラクター

名前 説明
ValidatableTypeAttribute()

型が検証ジェネレーターによる検出をサポートするために有効であることを示します。

適用対象