次の方法で共有


ExportImageSourceHandlerAttribute クラス

定義

public ref class ExportImageSourceHandlerAttribute sealed : Microsoft::Maui::Controls::HandlerAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ExportImageSourceHandlerAttribute : Microsoft.Maui.Controls.HandlerAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ExportImageSourceHandlerAttribute = class
    inherit HandlerAttribute
Public NotInheritable Class ExportImageSourceHandlerAttribute
Inherits HandlerAttribute
継承
ExportImageSourceHandlerAttribute
属性

コンストラクター

名前 説明
ExportImageSourceHandlerAttribute(Type, Type)

プロパティ

名前 説明
Priority

このハンドラー登録の優先順位を取得または設定します。

(継承元 HandlerAttribute)

メソッド

名前 説明
ShouldRegister()

ランタイムがターゲットのハンドラーを自動的に登録する必要があるかどうかを示すブール値を返します。

(継承元 HandlerAttribute)

適用対象