共用方式為


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
屬性 (Attribute) 的列舉型別。

例外狀況

例外狀況 條件
ArgumentNullException

assembly 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

備註

這個方法決不會傳回 nullNull 參照 (即 Visual Basic 中的 Nothing) 列舉型別。

.NET Framework 安全性

請參閱

參考

AttributeTable 類別

GetCustomAttributes 多載

Microsoft.Windows.Design.Metadata 命名空間

AttributeTableBuilder