_MethodInfo.ReturnTypeCustomAttributes Propriété

Définition

Fournit des objets COM avec un accès indépendant de la version à la propriété 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

Valeur de propriété

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

Remarques

Cette propriété est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.

La ReturnTypeCustomAttributes propriété obtient les attributs personnalisés pour le type de retour.

S’applique à