_MethodInfo.ReturnTypeCustomAttributes 속성

정의

버전에 관계없이 ReturnTypeCustomAttributes 속성에 액세스할 수 있는 COM 개체를 제공합니다.

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 속성 반환 형식에 대 한 사용자 지정 특성을 가져옵니다.

적용 대상