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
参数
- assembly
类型:System.Reflection.Assembly
要为其获取程序集级别特性的程序集。
返回值
类型:System.Collections.IEnumerable
特性的枚举。
异常
异常 | 条件 |
---|---|
ArgumentNullException | assembly 为 nulla null reference (Nothing in Visual Basic)。 |
备注
此方法从不返回 nulla null reference (Nothing in Visual Basic) 枚举。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。