다음을 통해 공유


RegisterConverterAttribute 클래스

정의

형식에 적용하면 형식이 변환기이며 자동으로 등록되어야 했음을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterConverterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterConverterAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterConverterAttribute
Inherits Attribute
상속
RegisterConverterAttribute
특성

생성자

RegisterConverterAttribute()

형식에 적용하면 형식이 변환기이며 자동으로 등록되어야 했음을 나타냅니다.

적용 대상