MethodInfo.ReturnTypeCustomAttributes 屬性

定義

取得傳回型別的自訂屬性。

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

屬性值

ICustomAttributeProvider

ICustomAttributeProvider 物件,代表傳回類型的自訂屬性。

實作

適用於