MethodBuilder.ReturnTypeCustomAttributes Propriété

Définition

Retourne les attributs personnalisés du type de retour de la méthode.

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

Valeur de propriété

Lecture seule. Attributs personnalisés du type de retour de la méthode.

Remarques

Cette méthode retourne toujours la valeur null. Obtenez le MethodInfo une fois que le conteneur Type a été créé et appelé ReturnTypeCustomAttributes sur le MethodInfo.

S’applique à