RenderWithAttribute Constructors

Definitie

Overloads

Name Description
RenderWithAttribute(Type)

Hiermee maakt u een nieuw RenderWithAttribute met het opgegeven renderertype.

RenderWithAttribute(Type, Type[])

Hiermee maakt u een nieuw RenderWithAttribute met het opgegeven renderertype en ondersteunde visuals.

RenderWithAttribute(Type)

Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs

Hiermee maakt u een nieuw RenderWithAttribute met het opgegeven renderertype.

public:
 RenderWithAttribute(Type ^ type);
public RenderWithAttribute(Type type);
new Microsoft.Maui.Controls.RenderWithAttribute : Type -> Microsoft.Maui.Controls.RenderWithAttribute
Public Sub New (type As Type)

Parameters

type
Type

De weergave die moet worden weergegeven.

Opmerkingen

De weergave die moet worden weergegeven.

Van toepassing op

RenderWithAttribute(Type, Type[])

Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs
Bron:
RenderWithAttribute.cs

Hiermee maakt u een nieuw RenderWithAttribute met het opgegeven renderertype en ondersteunde visuals.

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())

Parameters

type
Type
supportedVisuals
Type[]

Van toepassing op