次の方法で共有


RenderWithAttribute コンストラクター

定義

オーバーロード

名前 説明
RenderWithAttribute(Type)

指定したレンダラーの種類を持つ新しい RenderWithAttribute を作成します。

RenderWithAttribute(Type, Type[])

指定したレンダラーの種類とサポートされているビジュアルを使用して、新しい RenderWithAttribute を作成します。

RenderWithAttribute(Type)

ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs

指定したレンダラーの種類を持つ新しい RenderWithAttribute を作成します。

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

パラメーター

type
Type

レンダリングするビュー。

注釈

レンダリングするビュー。

適用対象

RenderWithAttribute(Type, Type[])

ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs
ソース:
RenderWithAttribute.cs

指定したレンダラーの種類とサポートされているビジュアルを使用して、新しい RenderWithAttribute を作成します。

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

パラメーター

type
Type
supportedVisuals
Type[]

適用対象