JSMethodInfo.ReturnTypeCustomAttributes プロパティ

定義

このメソッドの戻り値の型のカスタム属性を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

このメソッドの戻り値の型のカスタム属性。

適用対象

こちらもご覧ください