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 为 nulla null reference (Nothing in Visual Basic)。

备注

此方法从不返回 nulla null reference (Nothing in Visual Basic) 枚举。

.NET Framework 安全性

请参见

参考

AttributeTable 类

GetCustomAttributes 重载

Microsoft.Windows.Design.Metadata 命名空间

AttributeTableBuilder