ExportRendererAttribute Clase

Definición

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
Herencia
ExportRendererAttribute
Atributos

Constructores

Nombre Description
ExportRendererAttribute(Type, Type, Type[])
ExportRendererAttribute(Type, Type)

Propiedades

Nombre Description
Priority

Obtiene o establece la prioridad de este registro del controlador.

(Heredado de HandlerAttribute)

Métodos

Nombre Description
ShouldRegister()

Devuelve un valor booleano que indica si el tiempo de ejecución debe registrar automáticamente el controlador para el destino.

(Heredado de HandlerAttribute)

Se aplica a