MethodInfo.ReturnTypeCustomAttributes Propriété

Définition

Obtient les attributs personnalisés du type de retour.

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

Valeur de propriété

ICustomAttributeProvider

Objet ICustomAttributeProvider qui représente les attributs personnalisés pour le type de retour.

Implémente

S’applique à