次の方法で共有


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