MethodBuilder.ReturnTypeCustomAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッドの戻り値の型のカスタム属性を返します。
public:
virtual property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public override System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public Overrides ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider
プロパティ値
読み取り専用です。 メソッドの戻り値の型のカスタム属性。
注釈
このメソッドは常に null を返します。 を格納 MethodInfo している が 作成され、 Type で呼び出された後に を ReturnTypeCustomAttributes 取得します MethodInfo 。