RenderWithAttribute 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
| Name | Description |
|---|---|
| RenderWithAttribute(Type) |
Creates a new RenderWithAttribute with the specified renderer type. |
| RenderWithAttribute(Type, Type[]) |
Creates a new RenderWithAttribute with the specified renderer type and supported visuals. |
RenderWithAttribute(Type)
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
Creates a new RenderWithAttribute with the specified renderer type.
public:
RenderWithAttribute(Type ^ type);
public RenderWithAttribute(Type type);
new Microsoft.Maui.Controls.RenderWithAttribute : Type -> Microsoft.Maui.Controls.RenderWithAttribute
Public Sub New (type As Type)
Parameters
- type
- Type
The view to render.
Remarks
The view to render.
Applies to
RenderWithAttribute(Type, Type[])
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
Creates a new RenderWithAttribute with the specified renderer type and supported visuals.
public:
RenderWithAttribute(Type ^ type, cli::array <Type ^> ^ supportedVisuals);
public RenderWithAttribute(Type type, Type[] supportedVisuals);
new Microsoft.Maui.Controls.RenderWithAttribute : Type * Type[] -> Microsoft.Maui.Controls.RenderWithAttribute
Public Sub New (type As Type, supportedVisuals As Type())
Parameters
- type
- Type
- supportedVisuals
- Type[]