ExportRendererAttribute Class

Definition

public ref class ExportRendererAttribute sealed : Microsoft::Maui::Controls::HandlerAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ExportRendererAttribute : Microsoft.Maui.Controls.HandlerAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ExportRendererAttribute = class
    inherit HandlerAttribute
Public NotInheritable Class ExportRendererAttribute
Inherits HandlerAttribute
Inheritance
ExportRendererAttribute
Attributes

Constructors

ExportRendererAttribute(Type, Type)
ExportRendererAttribute(Type, Type, Type[])

Properties

Priority (Inherited from HandlerAttribute)

Methods

ShouldRegister()

Returns a Boolean value that indicates whether the runtime should automatically register the handler for the target.

(Inherited from HandlerAttribute)

Applies to