次の方法で共有


UnionCaseInfo.GetCustomAttributes メソッド (F#)

指定した属性型と一致するケースと関連付けられたカスタム属性を返します。

名前空間/モジュール パス: Microsoft.FSharp.Reflection

アセンブリ: FSharp.Core (FSharp.Core.dll 内)

// Signatures:
member this.GetCustomAttributes : Type -> obj []
member this.GetCustomAttributes : unit -> obj []

// Usage:
unionCaseInfo.GetCustomAttributes (attributeType)
unionCaseInfo.GetCustomAttributes ()

パラメーター

  • attributeType
    型: Type

    返す属性の型。

戻り値

カスタム属性の配列。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: ポータブル 2.0、4.0

参照

関連項目

Reflection.UnionCaseInfo クラス (F#)

Microsoft.FSharp.Reflection 名前空間 (F#)