次の方法で共有


MethodInfo.ReturnTypeCustomAttributes プロパティ

戻り値の型のカスタム属性を取得します。

Public MustOverride ReadOnly Property ReturnTypeCustomAttributes As _
   _
   ICustomAttributeProvider
[C#]
public abstract ICustomAttributeProvider ReturnTypeCustomAttributes   {get;}
[C++]
public: __property virtual ICustomAttributeProvider*
   get_ReturnTypeCustomAttributes() = 0;
[JScript]
public abstract function get ReturnTypeCustomAttributes() :
   ICustomAttributeProvider;

プロパティ値

戻り値の型のカスタム属性を表す ICustomAttributeProvider オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

MethodInfo クラス | MethodInfo メンバ | System.Reflection 名前空間