共用方式為


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()

傳回布林值,這個值指出執行階段是否應該自動註冊處理常式作為目標。

適用於