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 |
此檢視的轉譯器。 |