Share via


ExportRendererAttribute Constructors

Definition

Overloads

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

ExportRendererAttribute(Type, Type)

Source:
ExportRendererAttribute.cs
Source:
ExportRendererAttribute.cs
public:
 ExportRendererAttribute(Type ^ handler, Type ^ target);
public ExportRendererAttribute (Type handler, Type target);
new Microsoft.Maui.Controls.Compatibility.ExportRendererAttribute : Type * Type -> Microsoft.Maui.Controls.Compatibility.ExportRendererAttribute
Public Sub New (handler As Type, target As Type)

Parameters

handler
Type
target
Type

Applies to

ExportRendererAttribute(Type, Type, Type[])

Source:
ExportRendererAttribute.cs
Source:
ExportRendererAttribute.cs
public:
 ExportRendererAttribute(Type ^ handler, Type ^ target, cli::array <Type ^> ^ supportedVisuals);
public ExportRendererAttribute (Type handler, Type target, Type[] supportedVisuals);
new Microsoft.Maui.Controls.Compatibility.ExportRendererAttribute : Type * Type * Type[] -> Microsoft.Maui.Controls.Compatibility.ExportRendererAttribute
Public Sub New (handler As Type, target As Type, supportedVisuals As Type())

Parameters

handler
Type
target
Type
supportedVisuals
Type[]

Applies to