DataGridViewColumnDesignTimeVisibleAttributeとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataGridViewColumnDesignTimeVisibleAttributeの意味・解説 

DataGridViewColumnDesignTimeVisibleAttribute クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

列の型が DataGridView デザイナ表示されるかどうか指定します。このクラス継承できません。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class
 DataGridViewColumnDesignTimeVisibleAttribute
    Inherits Attribute
Dim instance As DataGridViewColumnDesignTimeVisibleAttribute
[AttributeUsageAttribute(AttributeTargets.Class)] 
public sealed class DataGridViewColumnDesignTimeVisibleAttribute
 : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)] 
public ref class DataGridViewColumnDesignTimeVisibleAttribute
 sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ 
public final class DataGridViewColumnDesignTimeVisibleAttribute
 extends Attribute
AttributeUsageAttribute(AttributeTargets.Class) 
public final class DataGridViewColumnDesignTimeVisibleAttribute
 extends Attribute
解説解説

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

DataGridViewColumn 型を DataGridView コントロール固有のデザイナ表示しないようにするには、この属性使用します

属性使用方法については、「属性使用したメタデータ拡張」を参照してください

継承階層継承階層
System.Object
   System.Attribute
    System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridViewColumnDesignTimeVisibleAttribute メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス

DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

既定Visible プロパティtrue使用して、DataGridViewColumnDesignTimeVisibleAttribute クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Dim instance As New DataGridViewColumnDesignTimeVisibleAttribute
public DataGridViewColumnDesignTimeVisibleAttribute ()
public:
DataGridViewColumnDesignTimeVisibleAttribute ()
public DataGridViewColumnDesignTimeVisibleAttribute ()
public function DataGridViewColumnDesignTimeVisibleAttribute
 ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラス
DataGridViewColumnDesignTimeVisibleAttribute メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス

DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ (Boolean)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

Visible プロパティ初期化するために、指定した値を使用して、DataGridViewColumnDesignTimeVisibleAttribute クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Dim visible As Boolean

Dim instance As New DataGridViewColumnDesignTimeVisibleAttribute(visible)
public DataGridViewColumnDesignTimeVisibleAttribute (
    bool visible
)
public:
DataGridViewColumnDesignTimeVisibleAttribute (
    bool visible
)
public DataGridViewColumnDesignTimeVisibleAttribute (
    boolean visible
)
public function DataGridViewColumnDesignTimeVisibleAttribute
 (
    visible : boolean
)

パラメータ

visible

Visible プロパティの値。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridViewColumnDesignTimeVisibleAttribute クラス
DataGridViewColumnDesignTimeVisibleAttribute メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス

DataGridViewColumnDesignTimeVisibleAttribute コンストラクタ

DataGridViewColumnDesignTimeVisibleAttribute クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

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

関連項目

DataGridViewColumnDesignTimeVisibleAttribute クラス
DataGridViewColumnDesignTimeVisibleAttribute メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス

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 から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

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 から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DataGridViewColumnDesignTimeVisibleAttribute クラス
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewColumn クラス


このページでは「.NET Framework クラス ライブラリ リファレンス」からDataGridViewColumnDesignTimeVisibleAttributeを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDataGridViewColumnDesignTimeVisibleAttributeを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDataGridViewColumnDesignTimeVisibleAttribute を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DataGridViewColumnDesignTimeVisibleAttribute」の関連用語

DataGridViewColumnDesignTimeVisibleAttributeのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataGridViewColumnDesignTimeVisibleAttributeのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS