RenderWithAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| RenderWithAttribute(Type) |
Crea un nuevo RenderWithAttribute con el tipo de representador especificado. |
| RenderWithAttribute(Type, Type[]) |
Crea un nuevo RenderWithAttribute con el tipo de representador especificado y los objetos visuales admitidos. |
RenderWithAttribute(Type)
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
Crea un nuevo RenderWithAttribute con el tipo de representador especificado.
public:
RenderWithAttribute(Type ^ type);
public RenderWithAttribute(Type type);
new Microsoft.Maui.Controls.RenderWithAttribute : Type -> Microsoft.Maui.Controls.RenderWithAttribute
Public Sub New (type As Type)
Parámetros
- type
- Type
Vista que se va a representar.
Comentarios
Vista que se va a representar.
Se aplica a
RenderWithAttribute(Type, Type[])
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
- Source:
- RenderWithAttribute.cs
Crea un nuevo RenderWithAttribute con el tipo de representador especificado y los objetos visuales admitidos.
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())
Parámetros
- type
- Type
- supportedVisuals
- Type[]