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
RenderWithAttribute(Type) |
The view to render. |
RenderWithAttribute(Type, Type[]) |
RenderWithAttribute(Type)
The view to render.
public RenderWithAttribute (Type type);
new Xamarin.Forms.RenderWithAttribute : Type -> Xamarin.Forms.RenderWithAttribute
Parameters
- type
- System.Type
The view to render.
Remarks
The view to render.
Applies to
RenderWithAttribute(Type, Type[])
public RenderWithAttribute (Type type, Type[] supportedVisuals);
new Xamarin.Forms.RenderWithAttribute : Type * Type[] -> Xamarin.Forms.RenderWithAttribute
Parameters
- type
- System.Type
- supportedVisuals
- System.Type[]