RenderWithAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | 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 visuais compatíveis. |
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
O modo de exibição a ser renderizado.
Comentários
O modo de exibição a ser renderizado.
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 visuais compatíveis.
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[]