Partilhar via


RenderWithAttribute Construtores

Definição

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[]

Aplica-se a