DataGridViewColumnDesignTimeVisibleAttribute クラス
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

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

既定では、DataGridViewColumn から派生した型は、Visual Studio デザイナの DataGridView コントロール固有の部分に表示されますが、デザイナのその他の部分に表示されないようにするために、No の DesignTimeVisibleAttribute を継承します。これが必要な理由は、DataGridViewColumn 型が IComponent インターフェイスを実装しており、このインターフェイスでは通常、型のインスタンスがデザイナに表示されるためです。
DataGridViewColumn 型を DataGridView コントロール固有のデザイナに表示しないようにするには、この属性を使用します。

System.Attribute
System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ ()
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ (Boolean)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ

名前 | 説明 |
---|---|
DataGridViewColumnDesignTimeVisibleAttribute () | 既定の Visible プロパティ値 true を使用して、DataGridViewColumnDesignTimeVisibleAttribute クラスの新しいインスタンスを初期化します。 |
DataGridViewColumnDesignTimeVisibleAttribute (Boolean) | Visible プロパティを初期化するために、指定した値を使用して、DataGridViewColumnDesignTimeVisibleAttribute クラスの新しいインスタンスを初期化します。 |

DataGridViewColumnDesignTimeVisibleAttribute フィールド

名前 | 説明 | |
---|---|---|
![]() | Default | 既定の DataGridViewColumnDesignTimeVisibleAttribute 値は Yes であり、列が DataGridView デザイナに表示されることを示します。 |
![]() | No | 列が DataGridView デザイナに表示されないことを示す DataGridViewColumnDesignTimeVisibleAttribute 値。 |
![]() | Yes | 列が DataGridView デザイナに表示されることを示す DataGridViewColumnDesignTimeVisibleAttribute 値。 |

関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス
DataGridViewColumnDesignTimeVisibleAttribute プロパティ

名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) |
![]() | Visible | 列の型が DataGridView デザイナに表示されるかどうかを示す値を取得します。 |

関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス
DataGridViewColumnDesignTimeVisibleAttribute メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 オーバーライドされます。 2 つの DataGridViewColumnDesignTimeVisibleAttribute インスタンスが等しいかどうかを判断します。 |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) |
![]() | GetHashCode | オーバーライドされます。 |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | IsDefaultAttribute | オーバーライドされます。 この属性インスタンスが Default 属性値と等しいかどうかを示す値を取得します。 |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス
DataGridViewColumnDesignTimeVisibleAttribute メンバ
列の型が DataGridView デザイナに表示されるかどうかを指定します。このクラスは継承できません。
DataGridViewColumnDesignTimeVisibleAttribute データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | DataGridViewColumnDesignTimeVisibleAttribute | オーバーロードされます。 DataGridViewColumnDesignTimeVisibleAttribute クラスの新しいインスタンスを初期化します。 |

名前 | 説明 | |
---|---|---|
![]() | Default | 既定の DataGridViewColumnDesignTimeVisibleAttribute 値は Yes であり、列が DataGridView デザイナに表示されることを示します。 |
![]() | No | 列が DataGridView デザイナに表示されないことを示す DataGridViewColumnDesignTimeVisibleAttribute 値。 |
![]() | Yes | 列が DataGridView デザイナに表示されることを示す DataGridViewColumnDesignTimeVisibleAttribute 値。 |

名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) |
![]() | Visible | 列の型が DataGridView デザイナに表示されるかどうかを示す値を取得します。 |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 オーバーライドされます。 2 つの DataGridViewColumnDesignTimeVisibleAttribute インスタンスが等しいかどうかを判断します。 |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) |
![]() | GetHashCode | オーバーライドされます。 |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | IsDefaultAttribute | オーバーライドされます。 この属性インスタンスが Default 属性値と等しいかどうかを示す値を取得します。 |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス
Weblioに収録されているすべての辞書からDataGridViewColumnDesignTimeVisibleAttributeを検索する場合は、下記のリンクをクリックしてください。

- DataGridViewColumnDesignTimeVisibleAttributeのページへのリンク