DataGridViewColumnDesignTimeVisibleAttribute 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 DataGridView 設計工具中是否可以看見資料行型別。 此類別無法獲得繼承。
public ref class DataGridViewColumnDesignTimeVisibleAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DataGridViewColumnDesignTimeVisibleAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DataGridViewColumnDesignTimeVisibleAttribute = class
inherit Attribute
Public NotInheritable Class DataGridViewColumnDesignTimeVisibleAttribute
Inherits Attribute
- 繼承
- 屬性
根據預設,衍生自 DataGridViewColumn 的類型會出現在 DataGridView Visual Studio 設計工具的控制項特定部分,但繼承 DesignTimeVisibleAttributeNo 的 ,以防止它們出現在設計工具的其他部分。 這是必要的,因為 DataGridViewColumn 型別會 IComponent 實作 介面,這通常會使型別的實例出現在設計工具中。
使用這個屬性可防止 DataGridViewColumn 類型出現在控制項特定的設計工具中 DataGridView 。
如需使用屬性的詳細資訊,請參閱 屬性。
Data |
使用 |
Data |
使用 DataGridViewColumnDesignTimeVisibleAttribute 屬性的指定預設值,初始化 Visible 類別的新執行個體。 |
Default |
預設的 DataGridViewColumnDesignTimeVisibleAttribute 值 (亦即 Yes),表示 DataGridView 設計工具中可以看到資料行。 |
No |
DataGridViewColumnDesignTimeVisibleAttribute 值,表示 DataGridView 設計工具中看不到資料行。 |
Yes |
DataGridViewColumnDesignTimeVisibleAttribute 值,表示 DataGridView 設計工具中可以看見資料行。 |
Type |
在衍生類別中實作時,取得這個 Attribute 的唯一識別碼。 (繼承來源 Attribute) |
Visible |
取得值,指出 DataGridView 設計工具中是否可以看見資料行型別。 |
Equals(Object) |
取得值,指出此物件是否相當於指定的物件。 |
Get |
傳回這個執行個體的雜湊碼。 |
Get |
取得目前執行個體的 Type。 (繼承來源 Object) |
Is |
取得值,指出這個屬性執行個體是否等於 Default 屬性值。 |
Match(Object) |
在衍生類別中覆寫時,會傳回值,表示這個執行個體是否等於指定物件。 (繼承來源 Attribute) |
Memberwise |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
To |
傳回代表目前物件的字串。 (繼承來源 Object) |
_Attribute. |
將一組名稱對應至一組對應的分派識別項 (Dispatch Identifier)。 (繼承來源 Attribute) |
_Attribute. |
擷取物件的類型資訊,可以用來取得介面的類型資訊。 (繼承來源 Attribute) |
_Attribute. |
擷取物件提供的類型資訊介面數目 (0 或 1)。 (繼承來源 Attribute) |
_Attribute. |
提供物件所公開的屬性和方法的存取權。 (繼承來源 Attribute) |
產品 | 版本 |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |