_MethodInfo.ReturnTypeCustomAttributes プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、ReturnTypeCustomAttributesプロパティです。

public:
 property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

プロパティ値

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

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは ReturnTypeCustomAttributes 、戻り値の型のカスタム属性を取得します。

適用対象