RenderWithAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビューをレンダラーに関連付けます。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RenderWithAttribute : Attribute
type RenderWithAttribute = class
inherit Attribute
- 継承
-
System.AttributeRenderWithAttribute
- 属性
-
System.AttributeUsageAttribute
注釈
レンダラーを使用してビューを遅延的に関連付ける。
コンストラクター
RenderWithAttribute(Type, Type[]) |
ビューをレンダラーに関連付けます。 |
RenderWithAttribute(Type) |
レンダリングするビュー。 |
プロパティ
SupportedVisuals |
ビューをレンダラーに関連付けます。 |
Type |
このビューのレンダラー。 |