DataGridViewColumnDesignTimeVisibleAttribute 类

定义

指定列类型在 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
继承
DataGridViewColumnDesignTimeVisibleAttribute
属性

注解

默认情况下,派生自 DataGridViewColumn 的类型显示在 DataGridView Visual Studio 设计器的特定于控件的部分中,但继承 DesignTimeVisibleAttributeNo 的 ,以防止它们出现在设计器的其他部分中。 这是必要的, DataGridViewColumn 因为类型实现 IComponent 接口,这通常使类型的实例显示在设计器中。

使用此属性可防止类型 DataGridViewColumn 出现在特定于控件的 DataGridView 设计器中。

有关使用特性的详细信息,请参阅 特性

构造函数

DataGridViewColumnDesignTimeVisibleAttribute()

使用默认的 DataGridViewColumnDesignTimeVisibleAttribute 的属性值 true 初始化 Visible 类的新实例。

DataGridViewColumnDesignTimeVisibleAttribute(Boolean)

使用用来初始化 DataGridViewColumnDesignTimeVisibleAttribute 属性的指定值初始化 Visible 类的新实例。

字段

Default

默认的 DataGridViewColumnDesignTimeVisibleAttribute 值为 Yes,它指示列在 DataGridView 设计器中可见。

No

一个 DataGridViewColumnDesignTimeVisibleAttribute 值,它指示列在 DataGridView 设计器中不可见。

Yes

一个 DataGridViewColumnDesignTimeVisibleAttribute 值,它指示列在 DataGridView 设计器中可见。

属性

TypeId

在派生类中实现时,获取此 Attribute 的唯一标识符。

(继承自 Attribute)
Visible

获取一个值,该值指示列类型在 DataGridView 设计器中是否可见。

方法

Equals(Object)

获取指示此对象是否与指定对象等效的值。

GetHashCode()

返回此实例的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
IsDefaultAttribute()

获取一个值,该值指示此特性的实例是否等于 Default 特性值。

Match(Object)

当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。

(继承自 Attribute)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

将一组名称映射为对应的一组调度标识符。

(继承自 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

检索对象的类型信息,然后可以使用该信息获取接口的类型信息。

(继承自 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

检索对象提供的类型信息接口的数量(0 或 1)。

(继承自 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供对某一对象公开的属性和方法的访问。

(继承自 Attribute)

适用于

另请参阅