DioDocs for PDF
GetCustomAttributes<T> メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : GetCustomAttributes<T> メソッド
カスタム属性のタイプ。
メンバー情報。
true に設定すると [継承]。
カスタム属性を取得します。
シンタックス
'宣言
 
Public Shared Function GetCustomAttributes(Of T As System.Attribute)( _
   ByVal memberInfo As System.Reflection.MemberInfo, _
   Optional ByVal inherited As System.Boolean _
) As System.Collections.Generic.IEnumerable(Of T)
public static System.Collections.Generic.IEnumerable<T> GetCustomAttributes<T>( 
   System.Reflection.MemberInfo memberInfo,
   System.bool inherited
)
where T: System.Attribute

パラメータ

memberInfo
メンバー情報。
inherited
true に設定すると [継承]。

型パラメータ

T
カスタム属性のタイプ。

戻り値の型

カスタム属性、または見つからない場合は null。
参照

DXUtil クラス
DXUtil メンバ