RenderWithAttribute Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| RenderWithAttribute(Type) |
Cria um novo RenderWithAttribute com o tipo de renderizador especificado. |
| RenderWithAttribute(Type, Type[]) |
Cria um novo RenderWithAttribute com o tipo de renderizador especificado e os visuais suportados. |
RenderWithAttribute(Type)
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
Cria um novo RenderWithAttribute com o tipo de renderizador 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
A vista a renderizar.
Observações
A vista a renderizar.
Aplica-se a
RenderWithAttribute(Type, Type[])
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
- Origem:
- RenderWithAttribute.cs
Cria um novo RenderWithAttribute com o tipo de renderizador especificado e os visuais suportados.
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[]