NonViewComponentAttribute クラス

定義

この属性が適用される型と派生型が、既定のビュー コンポーネント検出メカニズムによってビュー コンポーネントとは見なされないことを示します。

public ref class NonViewComponentAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class NonViewComponentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type NonViewComponentAttribute = class
    inherit Attribute
Public Class NonViewComponentAttribute
Inherits Attribute
継承
NonViewComponentAttribute
属性

コンストラクター

NonViewComponentAttribute()

この属性が適用される型と派生型が、既定のビュー コンポーネント検出メカニズムによってビュー コンポーネントとは見なされないことを示します。

適用対象