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

コンポーネントの種類の固定レンダリング モードを取得します。

適用対象