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

구성 요소 형식에 대한 고정 렌더링 모드를 가져옵니다.

적용 대상