RenderWithAttribute Constructores

Definición

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

Se aplica a