NonViewComponentAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性が適用される型と派生型が、既定のビュー コンポーネント検出メカニズムによってビュー コンポーネントとは見なされないことを示します。
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() |
この属性が適用される型と派生型が、既定のビュー コンポーネント検出メカニズムによってビュー コンポーネントとは見なされないことを示します。 |