RenderModeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定元件類型的固定轉譯模式。
可能的話,元件不應該以這種方式指定任何轉譯模式,而且應該實作以跨所有轉譯模式運作。 當元件無法在其他模式中執行時,元件作者應該只指定固定轉譯模式。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public abstract class RenderModeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type RenderModeAttribute = class
inherit Attribute
Public MustInherit Class RenderModeAttribute
Inherits Attribute
- 繼承
-
RenderModeAttribute
- 屬性
建構函式
RenderModeAttribute() |
指定元件類型的固定轉譯模式。 可能的話,元件不應該以這種方式指定任何轉譯模式,而且應該實作以跨所有轉譯模式運作。 當元件無法在其他模式中執行時,元件作者應該只指定固定轉譯模式。 |
屬性
Mode |
取得元件類型的固定轉譯模式。 |