共用方式為


RenderModeAttribute 類別

定義

指定元件類型的固定轉譯模式。

可能的話,元件不應該以這種方式指定任何轉譯模式,而且應該實作以跨所有轉譯模式運作。 當元件無法在其他模式中執行時,元件作者應該只指定固定轉譯模式。

[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

取得元件類型的固定轉譯模式。

適用於