RenderWithAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| RenderWithAttribute(Type) |
指定したレンダラーの種類を持つ新しい RenderWithAttribute を作成します。 |
| RenderWithAttribute(Type, Type[]) |
指定したレンダラーの種類とサポートされているビジュアルを使用して、新しい RenderWithAttribute を作成します。 |
RenderWithAttribute(Type)
指定したレンダラーの種類を持つ新しい 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 を作成します。
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[]