ExportRendererAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.