Visual Basic 中的属性 (Attribute)
更新:2007 年 11 月
属性 (Attribute) 是类似关键字的标记,在其中可以指定在 Visual Basic 应用程序中定义的实体的附加信息。随程序集元数据一起保存的属性 (Attribute),可以对编程元素(如类型、字段、方法和属性 (Property))进行批注。其他应用程序(如 Visual Basic 或 ASP.NET 编译器)可以引用属性 (Attribute) 中的信息以确定应该如何使用对象。
下面几节提供有关属性 (Attribute) 以及如何定义、应用和检索这些属性 (Attribute) 的更多信息。
本节内容
Visual Basic 中的属性概述
提供有关属性 (Attribute) 及其功能和能力的信息。Visual Basic 中使用的属性
列出您最可能在 Visual Basic 中使用的某些属性 (Attribute)。特性的常见用途
描述一些较为常见的使用属性 (Attribute) 的方法。属性的应用
讨论如何将属性 (Attribute) 应用于程序元素。Visual Basic 中的全局属性
提供有关应用于模块或程序集的属性 (Attribute) 的信息。Visual Basic 中的自定义属性 (Attribute)
说明如何定义自己的属性 (Attribute)。
相关章节
Visual Basic 中面向对象的编程
提供有关面向对象编程以及如何使用它的信息。元数据和自描述组件
提供有关 Visual Studio 中使用的元数据种类(包括属性 (Attribute))的详细信息。