_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 获取返回类型的自定义属性。

适用于