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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.