다음을 통해 공유


HandlerAttribute 클래스

정의

서브클래스가 Xamarin.Forms 추상 컨트롤에 대한 플랫폼별 렌더러를 지정하는 추상 특성입니다.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public abstract class HandlerAttribute : Attribute
type HandlerAttribute = class
    inherit Attribute
상속
System.Attribute
HandlerAttribute
특성
System.AttributeUsageAttribute

생성자

HandlerAttribute(Type, Type, Type[])

서브클래스가 Xamarin.Forms 추상 컨트롤에 대한 플랫폼별 렌더러를 지정하는 추상 특성입니다.

HandlerAttribute(Type, Type)

서브클래스가 Xamarin.Forms 추상 컨트롤에 대한 플랫폼별 렌더러를 지정하는 추상 특성입니다.

속성

Priority

서브클래스가 Xamarin.Forms 추상 컨트롤에 대한 플랫폼별 렌더러를 지정하는 추상 특성입니다.

메서드

ShouldRegister()

런타임이 대상에 대한 처리기를 자동으로 등록해야 하는지 여부를 나타내는 부울 값을 반환합니다.

적용 대상