AttributeTable.GetCustomAttributes 方法 (Assembly)

返回提供给指定的程序集的所有特性的枚举。

命名空间:  Microsoft.Windows.Design.Metadata
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public Function GetCustomAttributes ( _
    assembly As Assembly _
) As IEnumerable
public IEnumerable GetCustomAttributes(
    Assembly assembly
)
public:
IEnumerable^ GetCustomAttributes(
    Assembly^ assembly
)
member GetCustomAttributes : 
        assembly:Assembly -> IEnumerable 
public function GetCustomAttributes(
    assembly : Assembly
) : IEnumerable

参数

返回值

类型:System.Collections.IEnumerable
特性的枚举。

异常

异常 条件
ArgumentNullException

assembly 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

此方法从不返回 nullnull 引用(在 Visual Basic 中为 Nothing) 枚举。

.NET Framework 安全性

请参见

参考

AttributeTable 类

GetCustomAttributes 重载

Microsoft.Windows.Design.Metadata 命名空间

AttributeTableBuilder