ExportCellAttribute Class

Definition

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

Constructors

ExportCellAttribute(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