ControllerAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性が適用されている型と派生型が、階層内の任意の型に適用されていない限り NonControllerAttribute 、既定のコントローラー検出メカニズムによってコントローラーと見なされることを示します。
public ref class ControllerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ControllerAttribute = class
inherit Attribute
Public Class ControllerAttribute
Inherits Attribute
- 継承
-
ControllerAttribute
- 派生
- 属性
コンストラクター
ControllerAttribute() |
この属性が適用されている型と派生型が、階層内の任意の型に適用されていない限り NonControllerAttribute 、既定のコントローラー検出メカニズムによってコントローラーと見なされることを示します。 |