DesignTimeVisibleAttribute クラス
アセンブリ: System (system.dll 内)

<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface)> _ Public NotInheritable Class DesignTimeVisibleAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface)] public sealed class DesignTimeVisibleAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Interface)] public ref class DesignTimeVisibleAttribute sealed : public Attribute

DesignTimeVisibleAttribute はデザイナに対するヒントです。デザイナは、UI 表示を保持するコンポーネント属性を無視します。適用できるのはクラスだけです。
DesignTimeVisibleAttribute は、子コンポーネントを許可するコントロールを持っている場合に最適です。たとえば、System.Windows.Forms.TreeView コントロールのノード項目は、System.Windows.Forms.TreeView コントロールによって描画されるので、コンポーネントに表示するべきではありません。

System.Attribute
System.ComponentModel.DesignTimeVisibleAttribute


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDesignTimeVisibleAttribute クラスを検索する場合は、下記のリンクをクリックしてください。

- DesignTimeVisibleAttribute クラスのページへのリンク