ExportImageSourceHandlerAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Herencia
- Atributos
Constructores
| Nombre | Description |
|---|---|
| ExportImageSourceHandlerAttribute(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) |