HandlerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此抽象屬性的子類別會指定適用於 Xamarin.Forms 抽象控制項的平台特定轉譯器。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public abstract class HandlerAttribute : Attribute
type HandlerAttribute = class
inherit Attribute
- 繼承
-
System.AttributeHandlerAttribute
- 屬性
-
System.AttributeUsageAttribute
建構函式
HandlerAttribute(Type, Type, Type[]) |
此抽象屬性的子類別會指定適用於 Xamarin.Forms 抽象控制項的平台特定轉譯器。 |
HandlerAttribute(Type, Type) |
此抽象屬性的子類別會指定適用於 Xamarin.Forms 抽象控制項的平台特定轉譯器。 |
屬性
Priority |
此抽象屬性的子類別會指定適用於 Xamarin.Forms 抽象控制項的平台特定轉譯器。 |
方法
ShouldRegister() |
傳回布林值,這個值指出執行階段是否應該自動註冊處理常式作為目標。 |